-
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_rds_integration: add
data_filter
argument (#40816)
This argument is optional and computed, as AWS sets a default value of `include: *.*` when omitted. ```console % make testacc PKG=rds TESTS=TestAccRDSIntegration_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.23.3 test ./internal/service/rds/... -v -count 1 -parallel 20 -run='TestAccRDSIntegration_' -timeout 360m 2025/01/07 11:18:46 Initializing Terraform AWS Provider... --- PASS: TestAccRDSIntegration_basic (1775.26s) --- PASS: TestAccRDSIntegration_disappears (1807.05s) --- PASS: TestAccRDSIntegration_optional (2079.73s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/rds 2085.031s ```
- Loading branch information
Showing
4 changed files
with
29 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
resource/aws_rds_integration: Add `data_filter` argument | ||
``` |
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