With this patch members of the Crete subnet will be able to properly access the outside world which is required for these services to function as intended.
8 lines
146 B
HCL
8 lines
146 B
HCL
resource "aws_internet_gateway" "athens_gateway" {
|
|
vpc_id = aws_vpc.athens_vpc.id
|
|
|
|
tags = {
|
|
Name = "Athens Common Internet Gateway"
|
|
}
|
|
}
|