@@ -12,7 +12,7 @@ variable "org_name" {
1212variable "akp_instance_name" {
1313 description = " The name of the AKP instance to create or update."
1414 type = string
15- default = " se-demo-iac-dev "
15+ default = " se-demo-iac"
1616}
1717
1818variable "akp_instance_version" {
@@ -24,7 +24,7 @@ variable "akp_instance_version" {
2424variable "kargo_instance_name" {
2525 description = " The name of the Kargo instance to create or update."
2626 type = string
27- default = " se-demo-iac-kargo-dev "
27+ default = " se-demo-iac-kargo"
2828}
2929
3030variable "kargo_instance_version" {
@@ -51,32 +51,26 @@ variable "argo_admin_password" {
5151 sensitive = true
5252}
5353
54- variable "iac_cluster_name" {
55- description = " The name of the local cluster to register with ArgoCD."
56- type = string
57- }
54+
55+ # APP of APP config
56+ # This is the single root seed for all other argoCD apps.
5857
5958variable "source_repo_url" {
6059 description = " The git URL of the repo containing the app-of-apps."
6160 type = string
62- }
63-
64- variable "destination_cluster_name" {
65- description = " The name of the destination cluster in ArgoCD."
66- type = string
61+ default = " https://github.com/akuity/sedemo-platform"
6762}
6863
6964variable "source_repo_target_revision" {
7065 description = " The git revision (branch, tag, commit) of the repo containing the app-of-apps."
7166 type = string
7267 default = " HEAD"
73-
7468}
7569
7670variable "source_directory_recursive" {
7771 description = " The path within the git repo to the app-of-apps."
7872 type = bool
79- default = false
73+ default = true
8074}
8175
8276variable "source_directory_path" {
0 commit comments