forked from KKGo-Software-engineering/workshop-summer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'KKGo-Software-engineering:main' into main
- Loading branch information
Showing
21 changed files
with
224 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
variable "argocd_password" { | ||
description = "ArgoCD password" | ||
type = string | ||
sensitive = true | ||
description = "ArgoCD password" | ||
type = string | ||
sensitive = true | ||
} | ||
|
||
variable "argocd_username" { | ||
description = "ArgoCD username" | ||
type = string | ||
default = "admin" | ||
description = "ArgoCD username" | ||
type = string | ||
default = "admin" | ||
} | ||
|
||
variable "argocd_server_addr" { | ||
description = "ArgoCD server address" | ||
type = string | ||
default = "argocd.werockstar.dev:443" | ||
description = "ArgoCD server address" | ||
type = string | ||
default = "argocd.werockstar.dev:443" | ||
} | ||
|
||
variable "cluster_name" { | ||
description = "The name of the EKS cluster" | ||
type = string | ||
default = "eks-go-workshop" | ||
description = "The name of the EKS cluster" | ||
type = string | ||
default = "eks-go-workshop" | ||
} | ||
|
||
variable "argo_apps" { | ||
description = "List of groups to create in ArgoCD application" | ||
type = list(string) | ||
default = ["group-0", "group-1", "group-2", "group-3", "group-4", "group-5"] | ||
description = "List of groups to create in ArgoCD application" | ||
type = list(string) | ||
default = ["group-0", "group-1", "group-2", "group-3", "group-4", "group-5"] | ||
} | ||
|
||
variable "batch_no" { | ||
description = "Workshop batch number" | ||
type = string | ||
default = "b2" | ||
description = "Workshop batch number" | ||
type = string | ||
default = "b2" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.