-
Notifications
You must be signed in to change notification settings - Fork 724
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
remove unecessary variables in network-dual-svpc/shared #853
remove unecessary variables in network-dual-svpc/shared #853
Conversation
4ee87bf
to
e373430
Compare
@guissalustiano thanks for the pull request. the cause of the failed build is:
the cause is probably that with this change you will need to have two sets of variables in the test, one for the Shared VPC network mode and one for the Hub-and-spoke network mode: terraform-example-foundation/test/integration/shared/shared_test.go Lines 55 to 59 in 4ade8c1
like is done for the terraform-example-foundation/test/integration/shared/shared_test.go Lines 66 to 70 in 4ade8c1
|
Thanks for the review! |
d743b67
to
061f405
Compare
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.
Thanks for the PR @guissalustiano
On run
grep
to show variables used in folder I realize that not always in declaration is usedThis PR remove unnecessary variable
(You can check that has 9 variables on grep, and 9 in
variable.tf
now)