-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_docdb_global_cluster: Support for DocDB Global Clusters #20978
r/aws_docdb_global_cluster: Support for DocDB Global Clusters #20978
Conversation
…_username argument for the aws_docdb_cluster resource.
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.
Welcome @larssnellman 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
@larssnellman larssnellman - thank you for the PR! Terraform team - any updates on when can this be merged? |
@larssnellman thank you for the PR! My customer is also waiting for terraform module for Global cluster feature. |
Notice: I'm going to pick up this PR and start working on it. |
Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding. Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author. For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000. For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide. |
could you help to resolve the conflicts and let the PR review move on? thanks |
…lude information on the argument database_name
make testacc TESTARGS='-run=TestAccDocDBGlobal' PKG_NAME=internal/service/docdb ACCTEST PARALLELISM=2 |
…nellman/terraform-provider-aws into r-aws_docdb_global_cluster
Ready for Hashi review. |
|
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.
LGTM 🚀.
Commercial
% make testacc TESTARGS="-run=TestAccDocDBGlobalCluster_\|TestAccDocDBCluster_" PKG_NAME="internal/service/docdb"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 20 -run=TestAccDocDBGlobalCluster_\|TestAccDocDBCluster_ -timeout 180m
=== RUN TestAccDocDBCluster_basic
=== PAUSE TestAccDocDBCluster_basic
=== RUN TestAccDocDBCluster_namePrefix
=== PAUSE TestAccDocDBCluster_namePrefix
=== RUN TestAccDocDBCluster_generatedName
=== PAUSE TestAccDocDBCluster_generatedName
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_Add
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Add
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== RUN TestAccDocDBCluster_takeFinalSnapshot
=== PAUSE TestAccDocDBCluster_takeFinalSnapshot
=== RUN TestAccDocDBCluster_missingUserNameCausesError
=== PAUSE TestAccDocDBCluster_missingUserNameCausesError
=== RUN TestAccDocDBCluster_updateTags
=== PAUSE TestAccDocDBCluster_updateTags
=== RUN TestAccDocDBCluster_updateCloudWatchLogsExports
=== PAUSE TestAccDocDBCluster_updateCloudWatchLogsExports
=== RUN TestAccDocDBCluster_kmsKey
=== PAUSE TestAccDocDBCluster_kmsKey
=== RUN TestAccDocDBCluster_encrypted
=== PAUSE TestAccDocDBCluster_encrypted
=== RUN TestAccDocDBCluster_backupsUpdate
=== PAUSE TestAccDocDBCluster_backupsUpdate
=== RUN TestAccDocDBCluster_port
=== PAUSE TestAccDocDBCluster_port
=== RUN TestAccDocDBCluster_deleteProtection
=== PAUSE TestAccDocDBCluster_deleteProtection
=== RUN TestAccDocDBGlobalCluster_basic
=== PAUSE TestAccDocDBGlobalCluster_basic
=== RUN TestAccDocDBGlobalCluster_disappears
=== PAUSE TestAccDocDBGlobalCluster_disappears
=== RUN TestAccDocDBGlobalCluster_DatabaseName
=== PAUSE TestAccDocDBGlobalCluster_DatabaseName
=== RUN TestAccDocDBGlobalCluster_DeletionProtection
=== PAUSE TestAccDocDBGlobalCluster_DeletionProtection
=== RUN TestAccDocDBGlobalCluster_Engine
=== PAUSE TestAccDocDBGlobalCluster_Engine
=== RUN TestAccDocDBGlobalCluster_EngineVersion
=== PAUSE TestAccDocDBGlobalCluster_EngineVersion
=== RUN TestAccDocDBGlobalCluster_SourceDbClusterIdentifier
=== PAUSE TestAccDocDBGlobalCluster_SourceDbClusterIdentifier
=== RUN TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted
=== PAUSE TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted
=== RUN TestAccDocDBGlobalCluster_StorageEncrypted
=== PAUSE TestAccDocDBGlobalCluster_StorageEncrypted
=== CONT TestAccDocDBCluster_basic
=== CONT TestAccDocDBCluster_backupsUpdate
=== CONT TestAccDocDBGlobalCluster_EngineVersion
=== CONT TestAccDocDBCluster_takeFinalSnapshot
=== CONT TestAccDocDBGlobalCluster_Engine
=== CONT TestAccDocDBGlobalCluster_StorageEncrypted
=== CONT TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted
=== CONT TestAccDocDBGlobalCluster_SourceDbClusterIdentifier
=== CONT TestAccDocDBGlobalCluster_DeletionProtection
=== CONT TestAccDocDBGlobalCluster_DatabaseName
=== CONT TestAccDocDBGlobalCluster_disappears
=== CONT TestAccDocDBGlobalCluster_basic
=== CONT TestAccDocDBCluster_deleteProtection
=== CONT TestAccDocDBCluster_port
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== CONT TestAccDocDBCluster_encrypted
=== CONT TestAccDocDBCluster_kmsKey
=== CONT TestAccDocDBCluster_updateCloudWatchLogsExports
=== CONT TestAccDocDBCluster_updateTags
=== CONT TestAccDocDBCluster_missingUserNameCausesError
--- PASS: TestAccDocDBCluster_missingUserNameCausesError (22.65s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Add
--- PASS: TestAccDocDBGlobalCluster_disappears (34.50s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Update
--- PASS: TestAccDocDBGlobalCluster_EngineVersion (39.40s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Remove
--- PASS: TestAccDocDBGlobalCluster_Engine (41.78s)
=== CONT TestAccDocDBCluster_generatedName
--- PASS: TestAccDocDBGlobalCluster_basic (41.95s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier
--- PASS: TestAccDocDBGlobalCluster_DatabaseName (58.54s)
=== CONT TestAccDocDBCluster_namePrefix
--- PASS: TestAccDocDBGlobalCluster_StorageEncrypted (58.75s)
--- PASS: TestAccDocDBGlobalCluster_DeletionProtection (85.31s)
--- PASS: TestAccDocDBCluster_encrypted (170.02s)
--- PASS: TestAccDocDBCluster_basic (172.56s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier (147.90s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Remove (152.57s)
--- PASS: TestAccDocDBCluster_namePrefix (133.82s)
--- PASS: TestAccDocDBCluster_generatedName (152.81s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Add (173.75s)
--- PASS: TestAccDocDBGlobalCluster_SourceDbClusterIdentifier (208.32s)
--- PASS: TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted (208.58s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_Update (175.79s)
--- PASS: TestAccDocDBCluster_updateCloudWatchLogsExports (230.36s)
--- PASS: TestAccDocDBCluster_backupsUpdate (232.32s)
--- PASS: TestAccDocDBCluster_kmsKey (235.05s)
--- PASS: TestAccDocDBCluster_takeFinalSnapshot (235.38s)
--- PASS: TestAccDocDBCluster_updateTags (235.90s)
--- PASS: TestAccDocDBCluster_deleteProtection (304.56s)
--- PASS: TestAccDocDBCluster_port (368.20s)
--- PASS: TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters (1776.68s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/docdb 1781.903s
GovCloud
% make testacc TESTARGS="-run=TestAccDocDBGlobalCluster_\|TestAccDocDBCluster_" PKG_NAME="internal/service/docdb"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/docdb/... -v -count 1 -parallel 20 -run=TestAccDocDBGlobalCluster_\|TestAccDocDBCluster_ -timeout 180m
=== RUN TestAccDocDBCluster_basic
=== PAUSE TestAccDocDBCluster_basic
=== RUN TestAccDocDBCluster_namePrefix
=== PAUSE TestAccDocDBCluster_namePrefix
=== RUN TestAccDocDBCluster_generatedName
=== PAUSE TestAccDocDBCluster_generatedName
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_Add
cluster_test.go:187: DocDB Global Cluster is not supported in GovCloud partition
--- SKIP: TestAccDocDBCluster_GlobalClusterIdentifier_Add (0.00s)
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== RUN TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== PAUSE TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== RUN TestAccDocDBCluster_takeFinalSnapshot
=== PAUSE TestAccDocDBCluster_takeFinalSnapshot
=== RUN TestAccDocDBCluster_missingUserNameCausesError
=== PAUSE TestAccDocDBCluster_missingUserNameCausesError
=== RUN TestAccDocDBCluster_updateTags
=== PAUSE TestAccDocDBCluster_updateTags
=== RUN TestAccDocDBCluster_updateCloudWatchLogsExports
=== PAUSE TestAccDocDBCluster_updateCloudWatchLogsExports
=== RUN TestAccDocDBCluster_kmsKey
=== PAUSE TestAccDocDBCluster_kmsKey
=== RUN TestAccDocDBCluster_encrypted
=== PAUSE TestAccDocDBCluster_encrypted
=== RUN TestAccDocDBCluster_backupsUpdate
=== PAUSE TestAccDocDBCluster_backupsUpdate
=== RUN TestAccDocDBCluster_port
=== PAUSE TestAccDocDBCluster_port
=== RUN TestAccDocDBCluster_deleteProtection
=== PAUSE TestAccDocDBCluster_deleteProtection
=== RUN TestAccDocDBGlobalCluster_basic
=== PAUSE TestAccDocDBGlobalCluster_basic
=== RUN TestAccDocDBGlobalCluster_disappears
=== PAUSE TestAccDocDBGlobalCluster_disappears
=== RUN TestAccDocDBGlobalCluster_DatabaseName
=== PAUSE TestAccDocDBGlobalCluster_DatabaseName
=== RUN TestAccDocDBGlobalCluster_DeletionProtection
=== PAUSE TestAccDocDBGlobalCluster_DeletionProtection
=== RUN TestAccDocDBGlobalCluster_Engine
=== PAUSE TestAccDocDBGlobalCluster_Engine
=== RUN TestAccDocDBGlobalCluster_EngineVersion
=== PAUSE TestAccDocDBGlobalCluster_EngineVersion
=== RUN TestAccDocDBGlobalCluster_SourceDbClusterIdentifier
=== PAUSE TestAccDocDBGlobalCluster_SourceDbClusterIdentifier
=== RUN TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted
=== PAUSE TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted
=== RUN TestAccDocDBGlobalCluster_StorageEncrypted
=== PAUSE TestAccDocDBGlobalCluster_StorageEncrypted
=== CONT TestAccDocDBCluster_basic
=== CONT TestAccDocDBCluster_backupsUpdate
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Remove
=== CONT TestAccDocDBGlobalCluster_StorageEncrypted
=== CONT TestAccDocDBGlobalCluster_SourceDbClusterIdentifier
=== CONT TestAccDocDBCluster_encrypted
=== CONT TestAccDocDBCluster_kmsKey
=== CONT TestAccDocDBCluster_updateCloudWatchLogsExports
=== CONT TestAccDocDBCluster_updateTags
=== CONT TestAccDocDBCluster_missingUserNameCausesError
=== CONT TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted
=== CONT TestAccDocDBGlobalCluster_Engine
=== CONT TestAccDocDBGlobalCluster_EngineVersion
=== CONT TestAccDocDBCluster_generatedName
=== CONT TestAccDocDBCluster_deleteProtection
=== CONT TestAccDocDBCluster_takeFinalSnapshot
=== CONT TestAccDocDBGlobalCluster_disappears
=== CONT TestAccDocDBGlobalCluster_basic
=== CONT TestAccDocDBCluster_namePrefix
=== CONT TestAccDocDBGlobalCluster_EngineVersion
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 9f731292-6ea8-4286-a1fd-b60a444f1395
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_EngineVersion (17.22s)
=== CONT TestAccDocDBCluster_port
=== CONT TestAccDocDBGlobalCluster_disappears
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 8b41331c-c9fd-479b-b6fa-17052feefc43
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_disappears (17.99s)
=== CONT TestAccDocDBGlobalCluster_DeletionProtection
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Remove
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 01b43e82-efed-46b7-81ee-6900398df216
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
=== CONT TestAccDocDBGlobalCluster_basic
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 7cd65f32-39f0-4bbb-b6c1-b52114d722f1
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBCluster_GlobalClusterIdentifier_Remove (19.24s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
=== CONT TestAccDocDBGlobalCluster_Engine
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 3252b45a-6eaf-43e4-b119-52b624846a75
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_basic (19.43s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Update
=== CONT TestAccDocDBGlobalCluster_StorageEncrypted
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 872a0435-33e4-4bd4-9bfa-1aaa13b381fa
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_Engine (19.61s)
=== CONT TestAccDocDBGlobalCluster_DatabaseName
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: a96696cc-afca-4999-b920-0fbfa8095c3e
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_StorageEncrypted (19.85s)
--- SKIP: TestAccDocDBCluster_GlobalClusterIdentifier (20.10s)
--- PASS: TestAccDocDBCluster_missingUserNameCausesError (20.15s)
=== CONT TestAccDocDBGlobalCluster_DeletionProtection
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 9fde4bce-9774-4b0c-a651-67de0c3dd282
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_DeletionProtection (7.91s)
=== CONT TestAccDocDBGlobalCluster_DatabaseName
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 7e8badef-4b0d-4740-b152-4cfddf511b45
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_Update
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: 12dc0ab6-b8cb-4230-90f2-a42280db6f04
with aws_docdb_global_cluster.test[1],
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: d4ab7ac7-cf7b-4e19-a2e5-b50ea6e9ae5e
with aws_docdb_global_cluster.test[0],
on terraform_plugin_test.tf line 2, in resource "aws_docdb_global_cluster" "test":
2: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBGlobalCluster_DatabaseName (7.56s)
--- SKIP: TestAccDocDBCluster_GlobalClusterIdentifier_Update (7.78s)
=== CONT TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters
acctest.go:945: skipping test for aws-us-gov/us-gov-west-1: Error running apply: exit status 1
Error: error creating DocDB Global Cluster: InvalidParameterValue: Global clusters are not supported for engine: docdb
status code: 400, request id: fbd6672b-fa50-449a-9fc8-e33fe0f46dd5
with aws_docdb_global_cluster.test,
on terraform_plugin_test.tf line 16, in resource "aws_docdb_global_cluster" "test":
16: resource "aws_docdb_global_cluster" "test" {
--- SKIP: TestAccDocDBCluster_GlobalClusterIdentifier_PrimarySecondaryClusters (13.39s)
--- PASS: TestAccDocDBCluster_generatedName (137.30s)
--- PASS: TestAccDocDBCluster_basic (138.93s)
--- PASS: TestAccDocDBCluster_kmsKey (161.81s)
--- PASS: TestAccDocDBCluster_encrypted (174.35s)
--- PASS: TestAccDocDBCluster_namePrefix (181.96s)
--- PASS: TestAccDocDBCluster_updateCloudWatchLogsExports (216.84s)
--- PASS: TestAccDocDBGlobalCluster_SourceDbClusterIdentifier_StorageEncrypted (218.28s)
--- PASS: TestAccDocDBGlobalCluster_SourceDbClusterIdentifier (218.33s)
--- PASS: TestAccDocDBCluster_takeFinalSnapshot (222.68s)
--- PASS: TestAccDocDBCluster_backupsUpdate (242.48s)
--- PASS: TestAccDocDBCluster_updateTags (242.71s)
--- PASS: TestAccDocDBCluster_deleteProtection (274.54s)
--- PASS: TestAccDocDBCluster_port (280.78s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/docdb 301.868s
@larssnellman @AdamTylerLynch Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.65.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Adds a new resource
aws_docdb_global_cluster
.Resource
aws_docdb_cluster
now supports argumentglobal_cluster_identifier
.This implementation follows nearly the same implementation of
aws_rds_global_cluster
since the DocDB and RDS API are similar.Closes #19933
Output from acceptance testing: