1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

M #-: Update AWS cluster template

This commit is contained in:
Ruben S. Montero 2020-11-26 19:08:52 +01:00
parent 29ca7ce9a9
commit ad6ea5af3f
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -17,7 +17,7 @@ resource "aws_internet_gateway" "device_<%= obj['ID'] %>" {
resource "aws_route" "device_<%= obj['ID'] %>" {
route_table_id = aws_vpc.device_<%= obj['ID'] %>.main_route_table_id
destination_cidr_block = "<%= provision['DEST_CIDR'] %>"
destination_cidr_block = "0.0.0.0/0"
gateway_id = aws_internet_gateway.device_<%= obj['ID'] %>.id
}
<% end %>