Skip to content

Commit 6d2e1e5

Browse files
authored
chore(google_fastly_waf): Allow Terraform provider google v6 (#279)
1 parent 219f0ca commit 6d2e1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_fastly_waf/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111
}
1212
google = {
1313
source = "hashicorp/google"
14-
version = "~> 5.0"
14+
version = ">= 5.0"
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)