Skip to content
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

Remove use_legacy_workflow from S3 backend #338

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

jpogran
Copy link
Contributor

@jpogran jpogran commented Apr 1, 2024

In Terraform 1.8 the use_legacy_workflow argument will be removed to encourage consistency with the AWS SDKs. The backend will now search for credentials in the same order as the default provider chain in the AWS SDKs and AWS CLI.

Closes #326

@jpogran jpogran self-assigned this Apr 1, 2024
@jpogran jpogran changed the title Rmeove use_legacy_workflow from S3 backend Remove use_legacy_workflow from S3 backend Apr 1, 2024
In Terraform 1.8 the use_legacy_workflow argument will be removed to encourage consistency with the AWS SDKs. The backend will now search for credentials in the same order as the default provider chain in the AWS SDKs and AWS CLI.
@jpogran jpogran force-pushed the remove_use_legacy_workflow branch from 9ea4b3c to 1e0da8c Compare April 1, 2024 14:00
@jpogran jpogran marked this pull request as ready for review April 1, 2024 14:10
@jpogran jpogran requested a review from a team as a code owner April 1, 2024 14:10
@jpogran jpogran merged commit 785b9c2 into main Apr 2, 2024
5 checks passed
@jpogran jpogran deleted the remove_use_legacy_workflow branch April 2, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

backend/s3: Remove use_legacy_workflow argument (v1.8)
2 participants