Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cloudfoundry/bosh into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Jan 24, 2025
2 parents 75661a3 + 4c2ed45 commit 60fd9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/bats/iaas/gcp/prepare-bats-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 60fd9fe

Please sign in to comment.