-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Adds CustomizeDiff to update computed member_clusters #17201
Adds CustomizeDiff to update computed member_clusters #17201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🎉
GovCloud:
(Failure is unrelated and addressed in #17224)
--- FAIL: TestAccAWSElasticacheReplicationGroup_useCmkKmsKeyId (29.41s)
--- PASS: TestAccAWSElasticacheReplicationGroup_basic (1254.29s)
--- PASS: TestAccAWSElasticacheReplicationGroup_clusteringAndCacheNodesCausesError (0.77s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_Basic (1816.40s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_NonClusteredParameterGroup (2148.70s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_NumNodeGroups (4327.18s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_ReplicasPerNodeGroup (2676.22s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableAtRestEncryption (2167.22s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableAuthTokenTransitEncryption (2352.83s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableSnapshotting (1350.37s)
--- PASS: TestAccAWSElasticacheReplicationGroup_FinalSnapshot (1686.92s)
--- PASS: TestAccAWSElasticacheReplicationGroup_multiAzInVpc (1948.51s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Basic (1845.09s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Failover_AutoFailoverDisabled (2840.09s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Failover_AutoFailoverEnabled (2330.90s)
--- PASS: TestAccAWSElasticacheReplicationGroup_redisClusterInVpc2 (809.19s)
--- PASS: TestAccAWSElasticacheReplicationGroup_tags (1903.48s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateDescription (1325.45s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateMaintenanceWindow (1837.21s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateNodeSize (3186.22s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateParameterGroup (991.60s)
--- PASS: TestAccAWSElasticacheReplicationGroup_Uppercase (1232.81s)
--- PASS: TestAccAWSElasticacheReplicationGroup_vpc (2655.56s)
Commercial:
--- PASS: TestAccAWSElasticacheReplicationGroup_basic (890.67s)
--- PASS: TestAccAWSElasticacheReplicationGroup_clusteringAndCacheNodesCausesError (3.25s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_Basic (1583.49s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_NonClusteredParameterGroup (2067.93s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_NumNodeGroups (4870.33s)
--- PASS: TestAccAWSElasticacheReplicationGroup_ClusterMode_ReplicasPerNodeGroup (2434.07s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableAtRestEncryption (2446.39s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableAuthTokenTransitEncryption (2601.58s)
--- PASS: TestAccAWSElasticacheReplicationGroup_enableSnapshotting (849.20s)
--- PASS: TestAccAWSElasticacheReplicationGroup_FinalSnapshot (1469.68s)
--- PASS: TestAccAWSElasticacheReplicationGroup_multiAzInVpc (1011.79s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Basic (3515.87s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Failover_AutoFailoverDisabled (1869.78s)
--- PASS: TestAccAWSElasticacheReplicationGroup_NumberCacheClusters_Failover_AutoFailoverEnabled (1853.06s)
--- PASS: TestAccAWSElasticacheReplicationGroup_redisClusterInVpc2 (2279.45s)
--- PASS: TestAccAWSElasticacheReplicationGroup_tags (1652.43s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateDescription (2493.84s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateMaintenanceWindow (911.62s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateNodeSize (2004.66s)
--- PASS: TestAccAWSElasticacheReplicationGroup_updateParameterGroup (1301.08s)
--- PASS: TestAccAWSElasticacheReplicationGroup_Uppercase (2341.32s)
--- PASS: TestAccAWSElasticacheReplicationGroup_useCmkKmsKeyId (1123.11s)
--- PASS: TestAccAWSElasticacheReplicationGroup_vpc (1322.74s)
This has been released in version 3.26.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Fixes bug where
member_clusters
did not update the value when eithernumber_cache_clusters
orcluster_mode.num_node_groups
are changed.Closes #17161
Release note for CHANGELOG:
Output from acceptance testing: