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