Skip to content
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

Merged
merged 10 commits into from
Nov 6, 2023

Conversation

Teodelas
Copy link
Contributor

@Teodelas Teodelas commented Nov 3, 2023


Checklist

I applicable, I acknowledge that I have:

  • Read the contributing guide
  • [ X] Ran terraform fmt on all modified files
  • Regenerated the relevant README.md files using tools/tfdoc.py
  • Made sure all relevant tests pass

Copy link
Collaborator

@wiktorn wiktorn left a 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.

modules/apigee/variables.tf Outdated Show resolved Hide resolved
@wiktorn wiktorn mentioned this pull request Nov 3, 2023
4 tasks
Teodelas and others added 3 commits November 3, 2023 17:32
Copy link
Collaborator

@ludoo ludoo left a 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

@Teodelas
Copy link
Contributor Author

Teodelas commented Nov 4, 2023

please don't commit your virtualenv

Sorry, didn't realize that. removed the directory.

@ludoo ludoo enabled auto-merge (squash) November 6, 2023 08:55
@ludoo ludoo merged commit 0f502a8 into GoogleCloudPlatform:master Nov 6, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants