We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83a041 commit e69e9b7Copy full SHA for e69e9b7
terraform/modules/networking/ec2_bastion/ec2.tf
@@ -28,5 +28,5 @@ resource "aws_instance" "ec2-bastion" {
28
29
resource "aws_eip" "ip-bastion" {
30
instance = aws_instance.ec2-bastion.id
31
- vpc = true
+ domain = "vpc"
32
}
0 commit comments