mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-14 22:02:22 -04:00
Fixes an issue where security groups would fail to update after applying an initial security_group, because we were improperly saving the id of the group and not the name (EC2 Classic only). This is a PR combining https://github.com/hashicorp/terraform/pull/4983 and https://github.com/hashicorp/terraform/pull/5184 . It's majority @ephemeralsnow's work.