forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow update instead for recreate for aws_security_group_rule.
With this change, changes it cidr_blocks and ipv6_cidr_blocks will only remove/add the cidr ranges that were removed/added in config, rather than destroying the entire resource and recreating it. It also changes the type of those attributes to sets to make the diffs more readable.
- Loading branch information
Showing
1 changed file
with
142 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters