-
Notifications
You must be signed in to change notification settings - Fork 84
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(TPG >= 4.53)!: update regional proxy lb module #111
fix(TPG >= 4.53)!: update regional proxy lb module #111
Conversation
@MahekKatariya thanks for the PR. Can you plz update version.tf of regional proxy load balancer. Change minimum provider required to 4.53 as this feature was part of 4.53 release |
@imrannayer Changed minimum version to 4.53 |
/gcbrun |
/gcbrun |
Pull Request Updates
This PR introduces several improvements to enhance flexibility and user experience when creating resources in Google Cloud using Terraform. The following changes have been made:
Default Value for
target_tags
:[]
has been added to thetarget_tags
variable. This allows users to omit this value if they do not wish to create firewall rules, simplifying the configuration.Default Value for
proxy_only_subnet_cidr
:""
has been added to theproxy_only_subnet_cidr
variable. Users can now omit this value if they do not wish to create a proxy-only subnet, providing more flexibility in subnet configuration.New
proxy_header
Parameter forgoogle_compute_region_target_tcp_proxy
:proxy_header
, has been introduced in thegoogle_compute_region_target_tcp_proxy
resource. Users can now specify a value forproxy_header
if desired. The default value is set toNONE
.These changes make it easier for users to create custom configurations without unnecessary overhead, while also providing sensible defaults.