-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
r/aws_memorydb_multi_region_cluster: remove provider default for `tls…
…_enabled` The argument is now changed to optional and computed to allow for the default value to be configured by AWS when omitted, rather than set explicitly to a hardcoded value in the provider. ```console % make testacc PKG=memorydb TESTS="TestAccMemoryDBMultiRegionCluster_" make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.3 test ./internal/service/memorydb/... -v -count 1 -parallel 20 -run='TestAccMemoryDBMultiRegionCluster_' -timeout 360m 2024/12/17 13:24:43 Initializing Terraform AWS Provider... --- PASS: TestAccMemoryDBMultiRegionCluster_disappears (57.02s) --- PASS: TestAccMemoryDBMultiRegionCluster_parameterGroup (65.62s) --- PASS: TestAccMemoryDBMultiRegionCluster_description (66.54s) --- PASS: TestAccMemoryDBMultiRegionCluster_engineVersion (66.80s) --- PASS: TestAccMemoryDBMultiRegionCluster_basic (66.90s) --- PASS: TestAccMemoryDBMultiRegionCluster_engine (66.97s) --- PASS: TestAccMemoryDBMultiRegionCluster_tags (88.16s) --- PASS: TestAccMemoryDBMultiRegionCluster_numShards (116.65s) --- PASS: TestAccMemoryDBMultiRegionCluster_tlsEnabled (117.55s) --- PASS: TestAccMemoryDBMultiRegionCluster_nodeType (122.02s) --- PASS: TestAccMemoryDBMultiRegionCluster_updateStrategy (165.72s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/memorydb 171.075s ```
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 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
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
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