Skip to content

Commit

Permalink
Update to outputs change
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap committed Jun 16, 2022
1 parent 26fed63 commit eb2bb26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aws-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-infra.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down

0 comments on commit eb2bb26

Please sign in to comment.