-
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
Add Terraform support for Cloud Composer's High Resilience Feature #14751
Add Terraform support for Cloud Composer's High Resilience Feature #14751
Comments
I wish to work on this item. |
@Khaledmohamedrefaat could you give an example of what the change would be to implement support for this feature? Is it just a new field on the resource? |
looks like a new field, and this is a handwritten resource |
It looks like this should already be supported in Terraform: https://cloud.google.com/composer/docs/composer-2/create-environments#terraform_4 |
It looks like despite being in the cloud.google.com docs, the resilience_mode field does not actually exist in the provider 😂 |
Hi @melinath, resilience_mode field has just been added to composer Go API, and we are submitting this pull request to make terraform support the use of this new field. |
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. |
Community Note
Description
Add Terraform support for Cloud Composer's High Resilience Feature
New or Affected Resource(s)
google_composer_environment
References
#0000
The text was updated successfully, but these errors were encountered: