Skip to content

Commit 27b581d

Browse files
committed
Add Google Cloud Marketplace default label to provider block
1 parent c83a222 commit 27b581d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
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
17+
default_labels = {
18+
goog-partner-solution = "isol_plb32_0014m00001h35jvqaa_qxe2gvexrm4ooh7tfz7tvel7ffjdujvk"
19+
}
1720
}
1821

1922
provider "google-beta" {

0 commit comments

Comments
 (0)