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

backend/oss: Supports more standard environment variables to keep same with provider setting #36581

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

xiaozhu36
Copy link
Contributor

Currently, Alibaba Cloud has standardized and normalized the environmental variable requirements for authentication parameters such as AccessKey, SecretKey, etc., on the tool side. Based on this requirement, all tools need to support these standardized environment variables. The terraform-provider-alicloud has already completed the necessary adjustments, and the oss backend also needs to support these standardized environment variables to ensure a consistent user experience.

Target Release

1.12.x

CHANGELOG entry

ENHANCEMENTS
backend/oss: Adds new arguement tablestore_instance_name used to VPC scenario

@SarahFrench SarahFrench added the 1.12-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged label Apr 3, 2025
Copy link
Member

@SarahFrench SarahFrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

These additional environment variables and other code changes make sense to me, and the PR doesn't introduce breaking changes by removing the older ENVs. Also, I'm approving under the assumption that you have done the necessary testing of the changes, as the backend's maintainer.

This will be included in the v1.12 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.12-backport If you add this label to a PR before merging, backport-assistant will open a new PR once merged backend/oss enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants