-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Minor typo on S3 bucket key prefix #39
Conversation
Hey @jamengual & @nitrocode any updates?? |
Hi @nitrocode and @jamengual, any updates on this? |
/terratest |
@frite could you run |
Hi @jamengual, this is probably not what you asked for but...
In a nutshell I get an error on |
This PR contains the output of `make precommit/terraform` as part of the original PR. Additionally, `tflint` was flagging `region` variable as unused. The proper directive was added to suppress that warning since the variable can be set by the user.
So @jamengual, I decided to add a directive to suppress the Let me know what you think. |
what
This PR fixes a minor typo on
main.tf
why
The key prefix of the S3 bucket was reading
scaning
. I believe it should readscanning
.references