mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Specify EIP domain (#521)
This commit is contained in:
parent
6f170982aa
commit
a225bde2b8
1 changed files with 2 additions and 0 deletions
|
@ -187,9 +187,11 @@ Resources:
|
||||||
ElasticIP:
|
ElasticIP:
|
||||||
Type: AWS::EC2::EIP
|
Type: AWS::EC2::EIP
|
||||||
Properties:
|
Properties:
|
||||||
|
Domain: vpc
|
||||||
InstanceId: !Ref EC2Instance
|
InstanceId: !Ref EC2Instance
|
||||||
DependsOn:
|
DependsOn:
|
||||||
- EC2Instance
|
- EC2Instance
|
||||||
|
- VPCGatewayAttachment
|
||||||
|
|
||||||
Outputs:
|
Outputs:
|
||||||
ElasticIP:
|
ElasticIP:
|
||||||
|
|
Loading…
Add table
Reference in a new issue