File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- output "argo_server_url" {
2- description = " The URL of the ArgoCD server"
3- # TODO: must be someway to get root domain and not assume akuity.cloud
4- value = " ${ akp_instance . se-demo-iac . argocd . spec . instance_spec . subdomain } .cd.akuity.cloud"
5- }
6-
71output "kargo_instance_id" {
82 description = " The ID of the Kargo instance"
93 value = akp_kargo_instance. kargo-instance . id
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ data "terraform_remote_state" "akuity_platform" {
2020
2121# debug
2222output "argo_cd_url" {
23- value = data. terraform_remote_state . akuity_platform . outputs . argo_server_url
23+ value = data. terraform_remote_state . akuity_platform . outputs . argo_custom_url
2424}
2525
2626output "argo_cd_password" {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ terraform {
1515
1616provider "argocd" {
1717 # this depends on AKP creation
18- server_addr = data. terraform_remote_state . akuity_platform . outputs . argo_server_url
18+ server_addr = data. terraform_remote_state . akuity_platform . outputs . argo_custom_url
1919 username = " admin"
2020 password = data. terraform_remote_state . akuity_platform . outputs . argo_admin_password
2121}
You can’t perform that action at this time.
0 commit comments