-
Notifications
You must be signed in to change notification settings - Fork 545
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
GCP subnet share conditions not working correctly #194
GCP subnet share conditions not working correctly #194
Conversation
…rking correctly - added regexp based subnet name validation - added relative region and subnet values extractions from source string
…rking correctly - added second subnet with https://www.googleapis.com/compute/v1 prefix to tests
Fixes #152. |
…rking correctly. - fixed subnet region to available
…rking correctly - removed typos - removed meta programming from tests
…rking correctly - fixed local variables initialization from attributes
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.
@kopachevsky this looks good! Can you please add a CHANGELOG entry and provide a gist which contains the output of a Terraform process when it fails due to an invalid subnet being passed to shared_vpc_subnets
?
…rking correctly - temporary commit to check early fail if shared vpc subnet name not valid (HTTPS changed to HTTP) - revert after check
…rking correctly - revert: temporary commit to check early fail if shared vpc subnet name not valid (HTTPS changed to HTTP)
Added CHANGELOG
on Concourse build 422, should I copy/paste full terraform output from there for Full test suite? I think it could contain sensitive info |
Issue #152
Ready for review