-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Test lint 2 #87
Test lint 2 #87
Conversation
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
@@ -6,13 +6,13 @@ locals { | |||
|
|||
module "bucket_name" { | |||
source = "cloudposse/label/null" | |||
version = "0.25.0" | |||
version = "0.25.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[terraform fmt -recursive] reported by reviewdog 🐶
version = "0.25.0" | |
version = "0.25.0" |
|
||
enabled = local.generate_bucket_name | ||
|
||
id_length_limit = 63 # https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html | ||
|
||
context = module.this.context | ||
context = module.this.context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[terraform fmt -recursive] reported by reviewdog 🐶
context = module.this.context | |
context = module.this.context |
what