You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases deployment fails with error
"A Connector must specify either max_throughput or max_instances" in function.tf 153: resource "google_vpc_access_connector" "vpc_connector"
Plan does not have any value for max_throughput or max_instances.
Although not defined in the function.tf code, deploying example code does add values for max_throughput and max_instances into terraform plan
The text was updated successfully, but these errors were encountered:
bartekmo
changed the title
some deployments fail with VPC connector error
fgt_asg: some deployments fail with VPC connector error
Sep 27, 2024
In some cases deployment fails with error
"A Connector must specify either max_throughput or max_instances" in
function.tf 153: resource "google_vpc_access_connector" "vpc_connector"
Plan does not have any value for max_throughput or max_instances.
Although not defined in the function.tf code, deploying example code does add values for max_throughput and max_instances into terraform plan
The text was updated successfully, but these errors were encountered: