-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Custom app_engine feature_settings in google_project requires two applys #1826
Comments
Well, that's not great! I'll see if I can get that added to our unit tests so we don't continue to regress. Thanks! |
Hm, interesting - it looks like it's already in our unit tests, and in fact we don't get the same results. It works with only one apply. Can you post debug logs? |
Very strange, but yes, I see the error right there. What version of the Google provider are you using? I can't repro in |
Hmmm
|
Sorry, it's terraform-provider-google, not terraform-provider-gsuite. :( |
Bah... Sorry... I clearly need a nap
|
That's all right! That's a commit from mid-last month, and there have been several fixes to app engine since then - odds are good that an upgrade will resolve your issue. |
This field was removed and split out into a separate resource; see https://www.terraform.io/docs/providers/google/version_2_upgrade.html#app_engine-has-been-removed |
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! |
In order to set custom feature settings in the new google_project app_engine block requires two
terraform apply
s. This is not optimal.Affected Resource(s)
Terraform Configuration Files
Expected Behavior
All app_engine settings configured in one
terraform apply
Actual Behavior
Requires two passes of
terraform apply
to get everything set properlySteps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform plan
to see additional work neededterraform apply
See gist for full output: https://gist.github.com/ryanckoch/ab3e3780071f1fb6f8616402890e0af4
The text was updated successfully, but these errors were encountered: