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/lb_external): network_tier support #59

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jochristian
Copy link

Description

Fixes #58

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

Jo Christian Buvarp added 2 commits January 29, 2025 11:37
@jochristian jochristian requested a review from a team as a code owner January 29, 2025 10:45
@danhusan
Copy link

+1

@horiagunica
Copy link
Contributor

Hello @jochristian ! Thank you for adding this fix!

Would you mind changing your PR title to something lilke : fix(lb_external): lb external module network_tier support ?

That would fix the PR linting issue.

Thanks!

@horiagunica
Copy link
Contributor

horiagunica commented Jan 29, 2025

/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"

Testing job ID: 13032850629
Job result: SUCCESS

@jochristian jochristian changed the title 58 lb external module should support network tier fix(lb_external): lb external module network_tier support Jan 29, 2025
@michalbil michalbil changed the title fix(lb_external): lb external module network_tier support fix(modules/lb_external): network_tier support Jan 29, 2025
@michalbil
Copy link
Contributor

michalbil commented Jan 30, 2025

@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).

@jochristian
Copy link
Author

jochristian commented Jan 31, 2025

hi @michalbil,

Yes you are correct. I forgot to add this to resource "google_compute_address" "this"
network_tier = var.network_tier

Sorry about this.
I haved pushed this change now.

@migara
Copy link
Member

migara commented Feb 5, 2025

@pavelrn will review this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lb_external module should support network_tier
5 participants