diff --git a/deploy_pcf/1.10/gcp_cf_network.json.erb b/deploy_pcf/1.10/gcp_cf_network.json.erb index 5ae3d40..44c7d97 100644 --- a/deploy_pcf/1.10/gcp_cf_network.json.erb +++ b/deploy_pcf/1.10/gcp_cf_network.json.erb @@ -2,7 +2,7 @@ ert_subnet_name=`terraform output ert_subnet_name`.strip %> { "singleton_availability_zone": { - "name": "<%= cf_azs[0] %>" + "name": "<%= cf_azs[1] %>" }, "other_availability_zones": [ { "name": "<%= cf_azs[0] %>" }, diff --git a/deploy_pcf/1.11/gcp_cf_network.json.erb b/deploy_pcf/1.11/gcp_cf_network.json.erb index 5ae3d40..44c7d97 100644 --- a/deploy_pcf/1.11/gcp_cf_network.json.erb +++ b/deploy_pcf/1.11/gcp_cf_network.json.erb @@ -2,7 +2,7 @@ ert_subnet_name=`terraform output ert_subnet_name`.strip %> { "singleton_availability_zone": { - "name": "<%= cf_azs[0] %>" + "name": "<%= cf_azs[1] %>" }, "other_availability_zones": [ { "name": "<%= cf_azs[0] %>" }, diff --git a/deploy_pcf/1.12/gcp_cf_network.json.erb b/deploy_pcf/1.12/gcp_cf_network.json.erb index 5ae3d40..44c7d97 100644 --- a/deploy_pcf/1.12/gcp_cf_network.json.erb +++ b/deploy_pcf/1.12/gcp_cf_network.json.erb @@ -2,7 +2,7 @@ ert_subnet_name=`terraform output ert_subnet_name`.strip %> { "singleton_availability_zone": { - "name": "<%= cf_azs[0] %>" + "name": "<%= cf_azs[1] %>" }, "other_availability_zones": [ { "name": "<%= cf_azs[0] %>" }, diff --git a/deploy_pcf/1.9/gcp_cf_network.json.erb b/deploy_pcf/1.9/gcp_cf_network.json.erb index 5ae3d40..44c7d97 100644 --- a/deploy_pcf/1.9/gcp_cf_network.json.erb +++ b/deploy_pcf/1.9/gcp_cf_network.json.erb @@ -2,7 +2,7 @@ ert_subnet_name=`terraform output ert_subnet_name`.strip %> { "singleton_availability_zone": { - "name": "<%= cf_azs[0] %>" + "name": "<%= cf_azs[1] %>" }, "other_availability_zones": [ { "name": "<%= cf_azs[0] %>" }, diff --git a/deploy_pcf/2.0/gcp_cf_network.json.erb b/deploy_pcf/2.0/gcp_cf_network.json.erb index 5ae3d40..44c7d97 100644 --- a/deploy_pcf/2.0/gcp_cf_network.json.erb +++ b/deploy_pcf/2.0/gcp_cf_network.json.erb @@ -2,7 +2,7 @@ ert_subnet_name=`terraform output ert_subnet_name`.strip %> { "singleton_availability_zone": { - "name": "<%= cf_azs[0] %>" + "name": "<%= cf_azs[1] %>" }, "other_availability_zones": [ { "name": "<%= cf_azs[0] %>" }, diff --git a/deploy_pcf/2.1/gcp_cf_network.json.erb b/deploy_pcf/2.1/gcp_cf_network.json.erb index 5ae3d40..44c7d97 100644 --- a/deploy_pcf/2.1/gcp_cf_network.json.erb +++ b/deploy_pcf/2.1/gcp_cf_network.json.erb @@ -2,7 +2,7 @@ ert_subnet_name=`terraform output ert_subnet_name`.strip %> { "singleton_availability_zone": { - "name": "<%= cf_azs[0] %>" + "name": "<%= cf_azs[1] %>" }, "other_availability_zones": [ { "name": "<%= cf_azs[0] %>" }, diff --git a/deploy_pcf/gcp_network_assignment.json.erb b/deploy_pcf/gcp_network_assignment.json.erb index 9e4e460..430dd88 100644 --- a/deploy_pcf/gcp_network_assignment.json.erb +++ b/deploy_pcf/gcp_network_assignment.json.erb @@ -1,6 +1,6 @@ <% azs=`terraform output azs`.strip.split(",\n") management_subnet_name=`terraform output management_subnet_name`.strip -%> { - "singleton_availability_zone": "<%= azs[0] %>", + "singleton_availability_zone": "<%= azs[1] %>", "network": "<%= management_subnet_name %>" }