Skip to content

Commit 67c6b13

Browse files
committed
update default label for google provider block
1 parent 27b581d commit 67c6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ provider "google" {
1515
credentials = var.service_account_keyfile != null ? can(file(var.service_account_keyfile)) ? file(var.service_account_keyfile) : null : null
1616
project = var.project
1717
default_labels = {
18-
goog-partner-solution = "isol_plb32_0014m00001h35jvqaa_qxe2gvexrm4ooh7tfz7tvel7ffjdujvk"
18+
goog-partner-solution = "isol_plb32_0014m00001h35jvqaa_brawiwxrvplbhqu7gmnkfhclzx3uqx5o"
1919
}
2020
}
2121

0 commit comments

Comments
 (0)