Skip to content

Fix: directory bucket naming should follow [base_bucket]--[availability-zone-id]--x-s3 #272

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
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sonjali2023
Copy link

@sonjali2023 sonjali2023 commented Apr 10, 2025

what

Previous directory bucket name in format [bucket-name]-[availability-zone-id] does not match the expected format in newer versions of terraform docs, should be [base_bucket]--[availability-zone-id]--x-s3. The existing format breaks terraform plan.

I made the new changes compatible with old naming (unclear as to if it's necessary) and marked the old variable as deprecated. If user specifies both flags, the new s3_directory_bucket_enabled will take precedence. If users use the old flag, their bucket names are not changed.

why

  • old directory bucket names does not match requirements

references

@sonjali2023 sonjali2023 requested review from a team as code owners April 10, 2025 17:55
@mergify mergify bot added the triage Needs triage label Apr 10, 2025
@sonjali2023
Copy link
Author

/terratest

@guyscher
Copy link

any news when this going to be implemented?

@sonjali2023
Copy link
Author

sonjali2023 commented Jun 17, 2025

any news when this going to be implemented?

great question! I've been hoping someone would come through and review since it's such a straightforward pr, but looks like still hasnt been triaged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants