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.12.0) #375
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
4,784
commits into
main
Choose a base branch
from
pr-from-v6.12.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
% make testacc TESTARGS='-run=TestAccCognitoIDPManagedLoginBranding_asset' PKG=cognitoidp make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.24.6 test ./internal/service/cognitoidp/... -v -count 1 -parallel 20 -run=TestAccCognitoIDPManagedLoginBranding_asset -timeout 360m -vet=off 2025/09/03 16:37:07 Creating Terraform AWS Provider (SDKv2-style)... 2025/09/03 16:37:07 Initializing Terraform AWS Provider (SDKv2-style)... === RUN TestAccCognitoIDPManagedLoginBranding_asset === PAUSE TestAccCognitoIDPManagedLoginBranding_asset === CONT TestAccCognitoIDPManagedLoginBranding_asset --- PASS: TestAccCognitoIDPManagedLoginBranding_asset (20.76s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 26.311s
% make testacc TESTARGS='-run=TestAccCognitoIDPManagedLoginBranding_settings' PKG=cognitoidp make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.24.6 test ./internal/service/cognitoidp/... -v -count 1 -parallel 20 -run=TestAccCognitoIDPManagedLoginBranding_settings -timeout 360m -vet=off 2025/09/03 16:40:44 Creating Terraform AWS Provider (SDKv2-style)... 2025/09/03 16:40:44 Initializing Terraform AWS Provider (SDKv2-style)... === RUN TestAccCognitoIDPManagedLoginBranding_settings === PAUSE TestAccCognitoIDPManagedLoginBranding_settings === CONT TestAccCognitoIDPManagedLoginBranding_settings --- PASS: TestAccCognitoIDPManagedLoginBranding_settings (20.11s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/cognitoidp 25.621s
Bumps [mvdan.cc/gofumpt](https://github.com/mvdan/gofumpt) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/mvdan/gofumpt/releases) - [Changelog](https://github.com/mvdan/gofumpt/blob/master/CHANGELOG.md) - [Commits](mvdan/gofumpt@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: mvdan.cc/gofumpt dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/hashicorp/aws-sdk-go-base/v2](https://github.com/hashicorp/aws-sdk-go-base) from 2.0.0-beta.65 to 2.0.0-beta.66. - [Release notes](https://github.com/hashicorp/aws-sdk-go-base/releases) - [Changelog](https://github.com/hashicorp/aws-sdk-go-base/blob/main/CHANGELOG.md) - [Commits](hashicorp/aws-sdk-go-base@v2.0.0-beta.65...v2.0.0-beta.66) --- updated-dependencies: - dependency-name: github.com/hashicorp/aws-sdk-go-base/v2 dependency-version: 2.0.0-beta.66 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…es/dot-ci/tools/mvdan.cc/gofumpt-0.9.0 Bump mvdan.cc/gofumpt from 0.8.0 to 0.9.0 in /.ci/tools
…es/dot-ci/providerlint/github.com/hashicorp/aws-sdk-go-base/v2-2.0.0-beta.66 Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.65 to 2.0.0-beta.66 in /.ci/providerlint
Remove incorrect availability zone rebalancing upgrade tests
…of-rules Use HasChanges over HasChangesExcept for performnce
…aged_login_branding r/aws_cognito_managed_login_branding: New resource.
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.12.0) has been released in the upstream repository (hashicorp/terraform-provider-aws). This PR updates the main branch to this version.