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:
parent
29ca7ce9a9
commit
ad6ea5af3f
@ -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 %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user