-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
aws_iot_topic rule update not adding error action #16115
Comments
terraform-provider-aws/aws/resource_aws_iot_topic_rule.go Lines 1201 to 1224 in 3d30951
|
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. |
Problem Description
We have a topic rule created without error action. We are trying to update the topic rule with error action. Terraform apply shown that the resource is successfully updated but in AWS console, the changes were not reflected. During the next plan, we could see the old stage(without error action)
Note: The error action added successfully when the resource deleted and recreated with terraform taint command. This needs to be done every time for the update in error action
The text was updated successfully, but these errors were encountered: