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

google_project keeps wanting to update app_engine #2188

Closed
bluemalkin opened this issue Oct 9, 2018 · 2 comments
Closed

google_project keeps wanting to update app_engine #2188

bluemalkin opened this issue Oct 9, 2018 · 2 comments
Assignees
Labels

Comments

@bluemalkin
Copy link

Terraform Version

terraform -v
Terraform v0.11.8
+ provider.google v1.19.0

Affected Resource(s)

  • google_project

Terraform Configuration Files

resource "google_project" "foo" {
  name = "foo"
}

Debug Output

  ~ update in-place

Terraform will perform the following actions:

  ~ google_project.foo
      app_engine.#: "" => <computed>

This apply keeps wanting to happen all the time and won't go away.

Actual Behavior

https://github.com/terraform-providers/terraform-provider-google/blob/master/CHANGELOG.md#1190-october-08-2018 mentions that app_engine is deprecated.

I do not use app engine on my project.

I've tried setting app_engine = [] but then I get the deprecated warning.

The CHANGELOG.md should have documentation on how to fix this.

@ghost ghost added the bug label Oct 9, 2018
@danawillow danawillow self-assigned this Oct 9, 2018
@danawillow
Copy link
Contributor

Hi @bluemalkin, I think I know how to fix this, but I'm not 100% sure that the issue you've found is the one I'm going to be fixing. If you could provide us with debug logs, that would help me know for sure.

@ghost
Copy link

ghost commented Nov 16, 2018

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Nov 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants