From eb2bb2653479805c38752472e236faacb8194909 Mon Sep 17 00:00:00 2001 From: Volodymyr Tsap Date: Thu, 16 Jun 2022 10:03:27 +0000 Subject: [PATCH] Update to outputs change --- aws-k3s.yaml | 4 ++-- examples/demo-infra.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aws-k3s.yaml b/aws-k3s.yaml index e890332..f4676b8 100644 --- a/aws-k3s.yaml +++ b/aws-k3s.yaml @@ -184,10 +184,10 @@ units: kubeconfig: {{ output "this.kubeconfig.kubeconfig_path" }} depends_on: this.argocd - - name: print_outputs + name: outputs type: printer depends_on: this.argocd_apps - inputs: + outputs: cluster_name: {{ .variables.cluster_name }} region: {{ .variables.region }} kubeconfig: {{ output "this.kubeconfig.kubeconfig_path" }} diff --git a/examples/demo-infra.yaml b/examples/demo-infra.yaml index 3957e24..04b27cb 100644 --- a/examples/demo-infra.yaml +++ b/examples/demo-infra.yaml @@ -1,9 +1,9 @@ name: k3s-demo -template: https://github.com/shalb/terraform-aws-k3s?ref=v0.4.0 +template: https://github.com/shalb/cdev-aws-k3s?ref=v0.3.1 kind: Stack backend: aws-backend variables: - cluster_name: k3s-demo + cluster_name: k3s-demo-boston bucket: {{ .project.variables.state_bucket_name }} region: {{ .project.variables.region }} organization: {{ .project.variables.organization }}