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
A VPC required by customer will trigger an error in the vpc module:
╷
│ Error: Invalid value for variable
│
│ on main.tf line 137, in module "vpc":
│ 137: vpc_cidr = local.vpc_cidr
│
│ The vpc_cidr must be a 10.x.x.x range with /16 CIDR.
│
│ This was checked by the validation rule at .terraform/modules/vpc/modules/vpc/variables.tf:61,3-13.
Description
A VPC required by customer will trigger an error in the vpc module:
Our validation rule:
The text was updated successfully, but these errors were encountered: