Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make iap field computed #2342

Conversation

modular-magician
Copy link
Collaborator

Had an internal user that wound up in a state where iap was returning from the API, but Terraform assumed the user wanted to delete the block. Setting it to computed should fix this without disrupting other cases.

Release Note Template for Downstream PRs (will be copied)

`appengine`: Set `iap` to computed in `google_app_engine_application`

Derived from GoogleCloudPlatform/magic-modules#3814

Signed-off-by: Modular Magician <magic-modules@google.com>
@ghost ghost added the size/xs label Aug 6, 2020
@modular-magician modular-magician merged commit 6d7c7ce into hashicorp:master Aug 6, 2020
modular-magician added a commit to modular-magician/terraform-provider-google-beta that referenced this pull request Dec 14, 2023
…ll examples cross-project-friendly (#9637)

* Fix "Pubsub Subscription Different Project" example

PR hashicorp#2342 changed this example from using `id` to `name`, which removed the project ID from the topic. However, the point of this example is to show how to set up a cross-project subscription, so the example no longer works. This change reverts that change from PR hashicorp#2342.

Fixes hashicorp/terraform-provider-google#11642.
Fixes hashicorp/terraform-provider-google#6024.

* Make all examples cross-project-friendly and update topic description

* Fix typo

---------

Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
[upstream:b3ae8dcd7e476f796a8b1ba67ce63cea711be127]

Signed-off-by: Modular Magician <magic-modules@google.com>
modular-magician added a commit that referenced this pull request Dec 14, 2023
…ll examples cross-project-friendly (#9637) (#6758)

* Fix "Pubsub Subscription Different Project" example

PR #2342 changed this example from using `id` to `name`, which removed the project ID from the topic. However, the point of this example is to show how to set up a cross-project subscription, so the example no longer works. This change reverts that change from PR #2342.

Fixes hashicorp/terraform-provider-google#11642.
Fixes hashicorp/terraform-provider-google#6024.

* Make all examples cross-project-friendly and update topic description

* Fix typo

---------


[upstream:b3ae8dcd7e476f796a8b1ba67ce63cea711be127]

Signed-off-by: Modular Magician <magic-modules@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant