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

TF-11115, TF-11117, TF-11116] Adding object store connection string to output #258

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

kkavish
Copy link
Contributor

@kkavish kkavish commented Dec 10, 2024

Adding object store connection string to output

Jira TF-11115
Jira TF-11116
Jira TF-11117

@kkavish kkavish marked this pull request as ready for review December 10, 2024 12:50
@kkavish kkavish requested a review from a team as a code owner December 10, 2024 12:50
@@ -52,7 +52,7 @@ output "storage_account_container_name" {
}

output "storage_account_primary_blob_connection_string" {
value = module.object_storage.storage_account_primary_blob_connection_string
value = local.object_storage.storage_account_primary_blob_connection_string
Copy link
Contributor

Choose a reason for hiding this comment

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

💭 Interesting, could you please explain why this change is needed? Does it currently not work?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

following the pattern + to avoid mentioning index in a list.

Copy link
Contributor

Choose a reason for hiding this comment

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

We explicitly mention that this repo is a beta, and it is not versioned, but I just want to call out that this would break existing usage of the output, right?

We are fine with it, but really we should just version the repo.

@nikolasrieble nikolasrieble self-requested a review December 10, 2024 13:13
@nikolasrieble nikolasrieble merged commit 269b5f7 into main Dec 10, 2024
3 checks passed
@nikolasrieble nikolasrieble deleted the kkavish/object-store-integration branch December 10, 2024 13:14
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.

2 participants