initial commit
This commit is contained in:
18
modules/network/variables.tf
Normal file
18
modules/network/variables.tf
Normal file
@@ -0,0 +1,18 @@
|
||||
variable "vpc_id" {
|
||||
description = "VPC ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cluster_name" {
|
||||
description = "The name of the cluster"
|
||||
}
|
||||
|
||||
variable "private_subnets" {
|
||||
description = "Private subnets}"
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "public_subnets" {
|
||||
description = "Public subnets}"
|
||||
type = list(string)
|
||||
}
|
Reference in New Issue
Block a user