Skip to content

Commit

Permalink
fix console null resource
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent e2143d9 commit 3ac727a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "helm_release" "runtime" {

resource "null_resource" "console" {
provisioner "local-exec" {
command = "plural cd control-plane-values --name {{ .Cluster }} --dsn \"${module.mgmt.db_url}\" --domain {{ .Domain }} --file console.yaml"
command = "plural cd control-plane-values --name {{ .Cluster }} --dsn \"${module.mgmt.db_url}\" --domain {{ .Subdomain }} --file console.yaml"
working_dir = "${path.module}/../helm-values"
}
}
Expand Down

0 comments on commit 3ac727a

Please sign in to comment.