-
Notifications
You must be signed in to change notification settings - Fork 921
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 modules to support new Apigee X environment types #1841
Conversation
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.
Thank you for your contribution.
You will need to run terraform fmt
on modified files to make the lint checks pass. Also, you need to update the README's, by:
$ python3 -m venv venv
$ . venv/bin/activate
$ pip installl -r tools/requirements.txt
$ python tools/tfdoc.py modules/apigee
The last thing is, that this requires provider in version 5.4.0, and we are still testing against 5.0.0, hence the failures. I'll create a separate PR to bump the version.
Updated environment members to be alphabetical order
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.
please don't commit your virtualenv
Sorry, didn't realize that. removed the directory. |
Checklist
I applicable, I acknowledge that I have:
terraform fmt
on all modified filestools/tfdoc.py