Skip to content

Commit e69e9b7

Browse files
committed
update
1 parent b83a041 commit e69e9b7

File tree

1 file changed

+1
-1
lines changed
  • terraform/modules/networking/ec2_bastion

1 file changed

+1
-1
lines changed

terraform/modules/networking/ec2_bastion/ec2.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ resource "aws_instance" "ec2-bastion" {
2828

2929
resource "aws_eip" "ip-bastion" {
3030
instance = aws_instance.ec2-bastion.id
31-
vpc = true
31+
domain = "vpc"
3232
}

0 commit comments

Comments
 (0)