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

Fix: Add 'key' parameter to S3 tfvars variable #27

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

Stretch96
Copy link
Member

  • This is to follow the format of the s3 tfvars module

* This is to follow the format of the s3 tfvars module
@@ -30,6 +30,7 @@ variable "tfvars_s3_tfvars_files" {
type = map(
object({
path = string
key = optional(string, "")
}
Copy link
Contributor

Choose a reason for hiding this comment

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

can you fix this indentation please :)

Copy link
Member Author

Choose a reason for hiding this comment

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

That's what terraform fmt sets it to for some reason

@olivia-work
Copy link

olivia-work commented Sep 25, 2023

why do we need a 'key' parameter to S3 tfvars variable?
Your commit message doesn't say

@Stretch96
Copy link
Member Author

It's to follow the format of the s3 tfvars module :)

@Stretch96 Stretch96 merged commit 32dd810 into main Sep 25, 2023
5 checks passed
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.

3 participants