fix
This commit is contained in:
15
modules/oauth2/variables.tf
Normal file
15
modules/oauth2/variables.tf
Normal file
@@ -0,0 +1,15 @@
|
||||
variable "component" {
|
||||
type = string
|
||||
}
|
||||
variable "instance" {
|
||||
type = string
|
||||
}
|
||||
variable "namespace" {
|
||||
type = string
|
||||
}
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
}
|
||||
variable "dns-name" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user