-
Notifications
You must be signed in to change notification settings - Fork 420
Docs: HomePage - terraform example has a syntax error #1067
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
Labels
documentation
Improvements or additions to documentation
Comments
Created a pull request which fixes this bug in the docs. |
Fixing the labels (documentation, over bug). |
michaelbrewer
added a commit
to gyft/aws-lambda-powertools-python
that referenced
this issue
Apr 12, 2022
Changes: - Extract all code examples - Fix yaml, terraform and python - Add make file to format, lint and validate examples Related to - aws-powertools#1064 Fixed - aws-powertools#1067 - aws-powertools#1069
A fix for is documentation bug is at #1113 which resolved when you try to use the provided example |
Comments on closed issues are hard for our team to see. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What were you trying to accomplish?
Our company used terraform to provision most resources, and the example provides fails
Expected Behavior
Terraform init and tflint should work.
Current Behavior
Current template renders like this:
Both
teraform init
andtflint
fails, even after replacing{region}
producing the following error:
Possible Solution
Update the supplied terraform example as part of PR #1113
Steps to Reproduce (for bugs)
terraform init
Environment
The text was updated successfully, but these errors were encountered: