forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 1
chore: Update from hashicorp/terraform-provider-aws (v6.6.0) #369
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
Open
github-actions
wants to merge
1,167
commits into
main
Choose a base branch
from
pr-from-v6.6.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
```console % make testacc PKG=ecr TESTS=TestAccECRImagesDataSource_ make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.24.5 test ./internal/service/ecr/... -v -count 1 -parallel 20 -run='TestAccECRImagesDataSource_' -timeout 360m -vet=off 2025/07/23 14:47:02 Creating Terraform AWS Provider (SDKv2-style)... 2025/07/23 14:47:03 Initializing Terraform AWS Provider (SDKv2-style)... --- PASS: TestAccECRImagesDataSource_basic (12.28s) --- PASS: TestAccECRImagesDataSource_registryID (19.30s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/ecr 25.329s ```
```console % make testacc PKG=iam TESTS="TestAccIAM.*_Identity" make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.24.5 test ./internal/service/iam/... -v -count 1 -parallel 20 -run='TestAccIAM.*_Identity' -timeout 360m -vet=off 2025/07/23 14:10:21 Creating Terraform AWS Provider (SDKv2-style)... 2025/07/23 14:10:21 Initializing Terraform AWS Provider (SDKv2-style)... --- PASS: TestAccIAMOpenIDConnectProvider_Identity_Basic (31.61s) --- PASS: TestAccIAMSAMLProvider_Identity_Basic (33.07s) --- PASS: TestAccIAMPolicy_Identity_Basic (33.21s) --- PASS: TestAccIAMRolePolicyAttachment_Identity_Basic (34.17s) --- PASS: TestAccIAMRole_Identity_Basic (34.34s) --- PASS: TestAccIAMRolePolicy_Identity_Basic (34.52s) --- PASS: TestAccIAMServiceLinkedRole_Identity_Basic (41.78s) --- PASS: TestAccIAMRolePolicyAttachment_Identity_ExistingResource (77.36s) --- PASS: TestAccIAMRolePolicy_Identity_ExistingResource (80.67s) --- PASS: TestAccIAMOpenIDConnectProvider_Identity_ExistingResource (83.54s) --- PASS: TestAccIAMRolePolicy_Identity_old (88.27s) --- PASS: TestAccIAMPolicy_Identity_ExistingResource (94.64s) --- PASS: TestAccIAMSAMLProvider_Identity_ExistingResource (97.26s) --- PASS: TestAccIAMServiceLinkedRole_Identity_ExistingResource (106.56s) --- PASS: TestAccIAMRole_Identity_ExistingResource (120.34s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/iam 126.145s ```
…-transitgateway feat: Network Firewall Transit Gateway native integration
…cl-support_asn_custom_key [Enhancement] aws_wafv2_web_acl: Support `asn` custom key in `rate_based_statement`
add dms kerberos settings
…sh=false-region Prevent planned `forces replacement` on `region` when upgrading from a pre-v6.0.0 provider version and `-refresh=false` is in effect
…y-custom-import Resource Identity: Passes Identity Spec to SDKv2 custom imports
…backoff'." This reverts commit 0eb0c3c.
…63622-160 cdktf: update documentation
…es/aws-sdk-go-v2-1ecd277646 build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates
Delete duplicated definition from transcribe_vocabulary.html.markdown
…event_bus-support_enhanced_logging [Enhancement] aws_cloudwatch_event_bus: Add `log_config` block to support enhanced logging
…_setting-allow_short_setting_id_format [Enhancement] aws_ssm_service_setting: Fix perpetual diff issue by supporting short format (with `/ssm/` prefix) for `setting_id`
…_baseline-add-AvailableSecurityUpdatesComplianceStatus feat: add argument to ssm_patch_baseline
…se-workgroup resource/aws_athena_database: Add workgroup argument
…WhenIsAErrorMessageContains-use-internal/retry Technical debt: Use `internal/retry` for `tfresource.RetryWhenIsAErrorMessageContains`
tfsdk2fw: Fix compilation errors
Prepare for `v6.6.0` release
…log_delivery_destination-fix_update_resource_with_tag [bugfix] aws_cloudwatch_log_delivery_destination: fix update failure when tags are set
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A new tag (v6.6.0) has been released in the upstream repository (hashicorp/terraform-provider-aws). This PR updates the main branch to this version.