Skip to content

Commit 1d8ec30

Browse files
feat(compute): Remove provider=google-beta tag from mig standby_policy example.
1 parent b03e7ac commit 1d8ec30

File tree

1 file changed

+10
-0
lines changed
  • compute/zonal_mig_standby_policy

1 file changed

+10
-0
lines changed

compute/zonal_mig_standby_policy/main.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@
1919
* --standby-policy-initial-delay=50 \
2020
* --zone=us-central1-f
2121
*/
22+
23+
terraform {
24+
required_providers {
25+
google = {
26+
source = "hashicorp/google"
27+
version = ">= 6.16.0"
28+
}
29+
}
30+
}
31+
2232
# [START compute_zonal_instance_group_manager_standby_policy_parent_tag]
2333
resource "google_compute_instance_template" "default" {
2434
name = "an-instance-template"

0 commit comments

Comments
 (0)