You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add another security group to an interface of an instance. The plan shows the change and shows that the resource was changed after apply but in the end the change never was applied. If I run the apply again, it shows that the change still needs to take place so the action never occurred.
The security group should have been added to the interface
Actual Behavior
Security group was not added to the interface
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create an instance with the default security group
Apply the plan: terraform apply
Modify the terraform plan to add another security group and add it to the interface of the instance
Apply the plan: terraform apply
Verify that the security groups were added to the interface
The text was updated successfully, but these errors were encountered:
argeiger
changed the title
Changing security group on vpc next gen service does not apply change
Changing security group on vpc next gen instance does not apply change
Feb 6, 2020
I am trying to add another security group to an interface of an instance. The plan shows the change and shows that the resource was changed after apply but in the end the change never was applied. If I run the apply again, it shows that the change still needs to take place so the action never occurred.
Terraform Version
Terraform v0.12.16
Affected Resource(s)
Terraform Configuration Plan
Expected Behavior
The security group should have been added to the interface
Actual Behavior
Security group was not added to the interface
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform apply
The text was updated successfully, but these errors were encountered: