Skip to content

Commit

Permalink
Update modules/vpc-serverless-connector-beta/variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
q2w and bharathkkb authored Aug 9, 2024
1 parent f310841 commit 4c20863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/vpc-serverless-connector-beta/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "vpc_connectors" {
network = optional(string, null),
subnet_name = optional(string, null),
ip_cidr_range = optional(string, null),
host_project_name = optional(string, null),
host_project_id = optional(string, null),
machine_type = optional(string, null),
min_instances = optional(number, null),
max_instances = optional(number, null),
Expand Down

0 comments on commit 4c20863

Please sign in to comment.