-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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_codedeploy_deployment_group on_premises_instance_tag_filter not added after apply #6593
Comments
Hi @jdextraze Thanks for the report here - sorry this has caught you! I am trying to recreate this right now to see if we can get to the bottom of it One thing I have found is that on a second apply, the tags actually do get added - so I am debugging this now Paul |
@stack72 second apply added the tag for me too, but crash terraform and corrupt state file.
|
hi @jdextraze That is exactly what i am trying to debug right now :) P. |
just found the bug and opened a PR to fix it - thanks for reporting it Paul |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have a simple deployment group defined as
When I run terraform plan, I can see that the deployment group will be created
After running terraform apply with no error, when I go into AWS to verify the deployment group, the on premise instance tag is not added.
The text was updated successfully, but these errors were encountered: