Closed sekoban closed 1 month ago
Hi @sekoban, from documentation:
* `security_groups` - (Optional) An array of one or more security group **names** to associate with the server. Changing
this results in adding/removing security groups from the existing server.
@anton-sidelnikov thanks, my bad
documentation clearly states: "Names should be used and not IDs. Security group names should be unique, otherwise it will return an error."
interestingly, creation works fine using the ids
Terraform provider version
Affected Resource(s)
Terraform Configuration Files
Debug Output/Panic Output
Steps to Reproduce
terraform apply
Expected Behavior
After the first apply, the ECS gets created in the expected way, no errors. Another plan/apply should simply do nothing.
Actual Behavior
Although no changes were done another plan/apply "wants" to update the security groups setting although already in place. (infinitely)