Fix variable/output sort check
This commit is contained in:
@@ -170,6 +170,12 @@ variable "trigger_config" {
|
||||
}
|
||||
}
|
||||
|
||||
variable "v2" {
|
||||
description = "Whether to use Cloud Function version 2nd Gen or 1st Gen."
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "vpc_connector" {
|
||||
description = "VPC connector configuration. Set create to 'true' if a new connector needs to be created."
|
||||
type = object({
|
||||
@@ -189,10 +195,4 @@ variable "vpc_connector_config" {
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "v2" {
|
||||
description = "Whether to use Cloud Function version 2nd Gen or 1st Gen."
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user