Skip to content

Commit 532c95d

Browse files
authored
fix(TPG >= 5.12)!: update interface module min provider version >= 5.12 (#153)
1 parent e6f8b6c commit 532c95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/interface/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.51, < 7"
23+
version = ">= 5.12, < 7"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)