fix(deps): upgrade aws-sdk-go to v1.55.5 to use aws sso shared config #188
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.
This pull request includes an update to the
go.mod
file to upgrade the version of the AWS SDK.Dependencies update:
go.mod
: Upgradedgithub.com/aws/aws-sdk-go
from versionv1.43.22
tov1.55.5
.$ AWS_PROFILE=super-profile ../../../../../tfmigrate plan 2024/11/06 10:23:19 [INFO] Attempting to use session-derived credentials 2024/11/06 10:23:19 [INFO] Successfully derived credentials from session 2024/11/06 10:23:19 [INFO] AWS Auth provider used: "SSOProvider" 2024/11/06 10:23:20 [INFO] [runner] no unapplied migrations
Background
tfmigrate
get an s3 client error with aws sso shared configuration (sso-session
section) like below$ AWS_PROFILE=super-profile ../../../../../tfmigrate plan 2024/11/06 09:45:38 [INFO] Attempting to use session-derived credentials failed to new s3 client: Error creating AWS session: profile "super-profile" is configured to use SSO but is missing required configuration: sso_region, sso_start_url