fix
This commit is contained in:
20
modules/service/variables.tf
Normal file
20
modules/service/variables.tf
Normal file
@@ -0,0 +1,20 @@
|
||||
variable "component" {
|
||||
type = string
|
||||
}
|
||||
variable "instance" {
|
||||
type = string
|
||||
}
|
||||
variable "namespace" {
|
||||
type = string
|
||||
}
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
}
|
||||
variable "port" {
|
||||
type = number
|
||||
default = 80
|
||||
}
|
||||
variable "target" {
|
||||
type = string
|
||||
default = "http"
|
||||
}
|
||||
Reference in New Issue
Block a user