We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b147efd commit be4eab7Copy full SHA for be4eab7
2 files changed
ci/bats/iaas/gcp/director-vars
@@ -4,7 +4,6 @@
4
exec jq '{
5
"project_id": .project_id,
6
"zone": .zone,
7
- "preemptible": true,
8
"tags": ["bosh-director"],
9
"director_name": "director",
10
"internal_cidr": .internal_cidr,
ci/bats/iaas/gcp/prepare-bats-config.sh
@@ -41,7 +41,6 @@ cpi: google
41
properties:
42
availability_zone: "$(terraform_output "zone")"
43
zone: "$(terraform_output "zone")"
44
- preemptible: true
45
pool_size: 1
46
instances: 1
47
second_static_ip: "$(terraform_output "second_static_ip_first_network")"
0 commit comments