Skip to content

Commit 5994c5d

Browse files
committed
require beta provider for new functionality
1 parent 11b7656 commit 5994c5d

File tree

1 file changed

+1
-1
lines changed
  • compute/rmig_instance_flexibility_policy

1 file changed

+1
-1
lines changed

compute/rmig_instance_flexibility_policy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
terraform {
2929
required_providers {
3030
google = {
31-
source = "hashicorp/google"
31+
source = "hashicorp/google-beta"
3232
version = ">= 6.12.0"
3333
}
3434
}

0 commit comments

Comments
 (0)