-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Changes to aws_codedeploy_deployment_config resource should result in resource being destroyed and recreated #4192
Comments
@bflad awesome, thanks! I have a question about your PR: It's also not possible to modify the Would it be feasible for a |
Sounds reasonable, I would create a separate issue for that enhancement. 😄 I won't personally have time to implement it, but maybe someone in the community will. |
The force new resource fix is now merged into master and will release with v1.15.0 of the AWS provider. As I mentioned yesterday, I would suggest creating a new issue for supporting |
This has been released in version 1.15.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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. Thanks! |
Terraform attempts to make changes to
aws_codedeploy_deployment_config
resource, rather than destroy/recreate. AWS does not support updating this resource.Terraform Version
0.10.8
AWS provider version
1.4
Affected Resource(s)
aws_codedeploy_deployment_config
Terraform Configuration Files
Example Usage resources
Expected Behavior
The deployment config is destroyed and recreated with the change reflected
Actual Behavior
Apply fails with
* aws_codedeploy_deployment_config.deployment_config: doesn't support update
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
to create aaws_codedeploy_deployment_config
resourceminimum_healthy_hosts.value
to1
.terraform apply
againThe text was updated successfully, but these errors were encountered: