diff --git a/ci/bats/iaas/gcp/prepare-bats-config.sh b/ci/bats/iaas/gcp/prepare-bats-config.sh index b102af0657..2a44a11fd2 100755 --- a/ci/bats/iaas/gcp/prepare-bats-config.sh +++ b/ci/bats/iaas/gcp/prepare-bats-config.sh @@ -66,7 +66,7 @@ properties: cloud_properties: network_name: "$(terraform_output "network")" subnetwork_name: "$(terraform_output "subnetwork")" - ephemeral_external_ip: false + ephemeral_external_ip: true tags: ["bosh-director"] dns: [8.8.8.8] - name: second @@ -80,7 +80,7 @@ properties: cloud_properties: network_name: "$(terraform_output "network")" subnetwork_name: "$(terraform_output "second_subnetwork")" - ephemeral_external_ip: false + ephemeral_external_ip: true tags: ["bosh-director"] dns: [8.8.8.8] EOF