-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename upstream config for default provisioning label. Add patch to r…
…ename the key of this default label. Fixes #2357.
- Loading branch information
1 parent
1742ac0
commit 7fc1e00
Showing
15 changed files
with
668 additions
and
643 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
patches/0010-Rename-default-provisioning-label-to-goog-pulumi-pro.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: guineveresaenger <guinevere@pulumi.com> | ||
Date: Fri, 30 Aug 2024 14:01:35 -0700 | ||
Subject: [PATCH] Rename default provisioning label to goog-pulumi-provisioned | ||
|
||
|
||
diff --git a/google-beta/transport/config.go b/google-beta/transport/config.go | ||
index 2c93a76fb..13baca8ef 100644 | ||
--- a/google-beta/transport/config.go | ||
+++ b/google-beta/transport/config.go | ||
@@ -642,7 +642,7 @@ var DefaultClientScopes = []string{ | ||
"https://www.googleapis.com/auth/userinfo.email", | ||
} | ||
|
||
-const AttributionKey = "goog-terraform-provisioned" | ||
+const AttributionKey = "goog-pulumi-provisioned" | ||
const AttributionValue = "true" | ||
const CreateOnlyAttributionStrategy = "CREATION_ONLY" | ||
const ProactiveAttributionStrategy = "PROACTIVE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.