We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff94d7f commit 7c85931Copy full SHA for 7c85931
examples/gke-a4x/gke-a4x.yaml
@@ -74,25 +74,6 @@ vars:
74
# # Maximum throughput of the lustre instance in MBps per TiB
75
# per_unit_storage_throughput: 500
76
77
-terraform_providers:
78
- google:
79
- source: hashicorp/google
80
- version: 7.2.0
81
- configuration:
82
- project: $(vars.project_id)
83
- region: $(vars.region)
84
- zone: $(vars.zone)
85
- compute_custom_endpoint: "https://www.googleapis.com/compute/beta/"
86
-
87
- google-beta:
88
- source: hashicorp/google-beta
89
90
91
92
93
94
95
96
97
deployment_groups:
98
- group: primary
0 commit comments