Initial Implementation of Github Repo Env Secrets
This commit is contained in:
19
github/config.tf
Normal file
19
github/config.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
variable "environment_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "github_owner" {
|
||||
type = string
|
||||
default = "HideyoshiSolutions"
|
||||
}
|
||||
|
||||
variable "github_repository" {
|
||||
type = string
|
||||
default = "infra-hideyoshi.com"
|
||||
}
|
||||
|
||||
|
||||
variable "cluster_kubeconfig" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user