Add flux
This commit is contained in:
19
modules/flux/variables.tf
Normal file
19
modules/flux/variables.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
variable "path" {
|
||||
type = string
|
||||
nullable = false
|
||||
}
|
||||
|
||||
variable "namespace" {
|
||||
type = string
|
||||
nullable = false
|
||||
}
|
||||
|
||||
variable "url" {
|
||||
type = string
|
||||
nullable = false
|
||||
}
|
||||
|
||||
variable "branch" {
|
||||
type = string
|
||||
nullable = false
|
||||
}
|
Reference in New Issue
Block a user