We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: