Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vars.json missing from the outputs of cf-asg.yaml #2

Open
chaitushiva opened this issue Aug 9, 2019 · 0 comments
Open

vars.json missing from the outputs of cf-asg.yaml #2

chaitushiva opened this issue Aug 9, 2019 · 0 comments

Comments

@chaitushiva
Copy link

Hello Jason,

Thank you for the contribution and it is awesome.

Is it missing the vars.json output from the cloudformation template or are we missing anything.

When helm.tf is run , the data it is looking towards in the vars.json in the respective bucket which is not being pushed.

This is what we have in the helm.tf

data "aws_s3_bucket_object" "kubeconfig" {
bucket = "${lookup(aws_cloudformation_stack.rolling_update_asg.outputs, "bucket")}"
key = "vars.json"
}

Also the output section of the cft

Outputs:
id:
Description: ASG Id
Value: { Ref: ASG }
bucket:
Description: Bucket name to pass down the TF line
Value: { Ref: Bucket }

Please help me understand where am I missing. Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant