Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Sep 13, 2024
1 parent 401d01d commit 9bb3541
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ This version of the provider adds a new global default label, `goog-pulumi-provi
It will be written to the `pulumiLabels` and `effectiveLabels` output fields.
Note that this label is not managed in the resource’s `labels` field.
It is set by the provider, to help differentiate pulumi-provisioned resources from others in the GCP console.
To opt out of this default behavior, a new config value on the provider is available, called `addPulumiAttributionLabel`.
To opt out of this default behavior, set `addPulumiAttributionLabel` to `false`:

Set this to false as follows:

`pulumi config set gcp:addPulumiAttributionLabel false`
```console
pulumi config set gcp:addPulumiAttributionLabel false
```

0 comments on commit 9bb3541

Please sign in to comment.