-
Notifications
You must be signed in to change notification settings - Fork 8
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/lb_external): network_tier support #59
base: main
Are you sure you want to change the base?
fix(modules/lb_external): network_tier support #59
Conversation
+1 |
Hello @jochristian ! Thank you for adding this fix! Would you mind changing your PR title to something lilke : That would fix the PR linting issue. Thanks! |
/idempotence paths="examples/multi_nic_common examples/panorama_standalone examples/standalone_vmseries_with_metadata_bootstrap examples/vmseries_ha examples/vpc_peering_common examples/vpc_peering_common_with_autoscale examples/vpc_peering_common_with_network_tags examples/vpc_peering_dedicated examples/vpc_peering_dedicated_with_autoscale" tf_version="1.7 1.8"
|
@jochristian full support for the variable would require a bit more than adding this to forwarding rule resource, it also has to match the tier specified for IP address (it's not being explicitly set at the moment). |
hi @michalbil, Yes you are correct. I forgot to add this to resource "google_compute_address" "this" Sorry about this. |
@pavelrn will review this PR |
Description
Fixes #58
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate)
Types of changes
Checklist