-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
feat: add organizations as readonly access #106
Conversation
Cloudposse master
# Conflicts: # main.tf # variables.tf
It would be great to see this merged! |
Ready for a review 👍 |
Signed-off-by: Dragos Ciupureanu <[email protected]>
Thanks for the review @adamantike - everythng should be fixed now. LE: about the docs, is that an automated job that runs in CI to update them? I couldn't find a target in makefile for that |
Signed-off-by: Dragos Ciupureanu <[email protected]>
Hi team, this is ready for another round of review. 🎉 |
@joe-niland, gentle ping. Can this be reviewed? |
@dragosmc generally, this looks good and seems to follow the pattern we've set out. Thanks for the updates. To move this forward, please run the following commands, commit, and push the changes:
I'll give it another review once that is done -- Thanks! |
Trying to run the above I get the following error:
|
@dragosmc I believe the gomplate installation is broken via |
|
Ensuring make version alone might fix the issue too. |
Signed-off-by: Dragos Ciupureanu <[email protected]>
Thanks @max-lobur @Gowiem . Ensure the correct make version works fine. I see the tests for the readme still fail so not sure what the problem is. Could you have a look please and let me know if there's anything else I need to run? |
docs/terraform.md
Outdated
@@ -10,7 +10,7 @@ | |||
|
|||
| Name | Version | | |||
|------|---------| | |||
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.22.0 | | |||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.8.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.
@dragosmc this change here is what is causing your README failures. I think this may be an issue with an older version of terraform-docs
. Maybe try upgrading that and then seeing if this gets the changes when you run make readme
again?
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.
I have experienced this issue in the past, where terraform-docs resolves the current provider version instead of maintaining the version constraint. I have always just reverted those changed lines back, if I'm not touching anything related to providers or dependencies.
Signed-off-by: Dragos Ciupureanu <[email protected]>
/terratest |
what
why
references