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.5.0) #368
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
939
commits into
main
Choose a base branch
from
pr-from-v6.5.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
…'aws_s3_object', not 'aws_s3_bucket_object'.
…-change Backfill v6.2.0 CHANGELOG notes with change to S3 Object `id` attribute
…y-generate-codebuild-project-tests Resource Identity: Generate Resource Identity tests for `aws_codebuild_project`
…y-generate-ce-anomaly-subscription-tests Resource Identity: Generate Resource Identity tests for `aws_ce_anomaly_subscription`
add workflow for CRT release
…pdates Bumps the aws-sdk-go-v2 group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) | `1.46.5` | `1.47.0` | | [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://github.com/aws/aws-sdk-go-v2) | `1.29.7` | `1.29.8` | | [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) | `1.53.3` | `1.53.4` | | [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.233.1` | `1.234.0` | | [github.com/aws/aws-sdk-go-v2/service/sagemaker](https://github.com/aws/aws-sdk-go-v2) | `1.201.1` | `1.202.0` | | [github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb](https://github.com/aws/aws-sdk-go-v2) | `1.10.6` | `1.11.0` | Updates `github.com/aws/aws-sdk-go-v2/service/cloudfront` from 1.46.5 to 1.47.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/iot/v1.46.5...service/s3/v1.47.0) Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentity` from 1.29.7 to 1.29.8 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@config/v1.29.7...config/v1.29.8) Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider` from 1.53.3 to 1.53.4 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ecs/v1.53.3...service/ecs/v1.53.4) Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.233.1 to 1.234.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ec2/v1.233.1...service/ec2/v1.234.0) Updates `github.com/aws/aws-sdk-go-v2/service/sagemaker` from 1.201.1 to 1.202.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/ec2/v1.201.1...service/ec2/v1.202.0) Updates `github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb` from 1.10.6 to 1.11.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.11.0/CHANGELOG.md) - [Commits](aws/aws-sdk-go-v2@service/m2/v1.10.6...v1.11.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-go-v2 - dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentity dependency-version: 1.29.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk-go-v2 - dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider dependency-version: 1.53.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk-go-v2 - dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2 dependency-version: 1.234.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-go-v2 - dependency-name: github.com/aws/aws-sdk-go-v2/service/sagemaker dependency-version: 1.202.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-go-v2 - dependency-name: github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-go-v2 ... Signed-off-by: dependabot[bot] <[email protected]>
…_code requirement
Bumps [github.com/golangci/golangci-lint/v2](https://github.com/golangci/golangci-lint) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md) - [Commits](golangci/golangci-lint@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint/v2 dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ddresses-fix `aws_instance`: fix `ipv6_addresses` / `ipv6_addresses_count` refresh
…alue for r/aws_rekognition_project
…-add-datasource aws_ecr_images - add new datasource - Fixes hashicorp#42576
…43501) This resource can now be imported via the `aws_account_id` argument. ```console % make testacc PKG=quicksight TESTS="TestAccQuickSight_serial/AccountSubscription/" make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.24.5 test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSight_serial/AccountSubscription/' -timeout 360m -vet=off 2025/07/22 15:34:57 Creating Terraform AWS Provider (SDKv2-style)... 2025/07/22 15:34:57 Initializing Terraform AWS Provider (SDKv2-style)... --- PASS: TestAccQuickSight_serial (306.55s) --- PASS: TestAccQuickSight_serial/AccountSubscription (306.55s) --- PASS: TestAccQuickSight_serial/AccountSubscription/disappears (143.91s) --- PASS: TestAccQuickSight_serial/AccountSubscription/basic (162.64s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 312.517s ```
…ect-clarify_auto_udpdate_requirement docs: Clarify when auto_update is required on different feature arg value for r/aws_rekognition_project
Add ARN-based resource identity to `iam`
Co-authored-by: Kit Ewbank <[email protected]>
Fixes in-place UpdateService stabilization
…enabler-support_code_repository [Enhancement] aws inspector2_enabler and aws_inspector2_organization_configuration: support `code_repository` Resource Scan Type
Fix some CHANGELOG entries
Update ROADMAP.md
…-mutable Resource Identity: Adds support for Mutable Identity for SDKv2-based resource types
* update changelog release date * update release version * correct release date
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.5.0) has been released in the upstream repository (hashicorp/terraform-provider-aws). This PR updates the main branch to this version.