-
Notifications
You must be signed in to change notification settings - Fork 14
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
widdix list returns stack list with correct "Template ID" but empty "Template Version" and "Template Drift" #1
Comments
Fetching the template from github instead of the official S3 release location was the cause. I notice, however, that the content-type when fetching them over HTTP is not a text/* content-type, causing the terraform http provider to fail anyway.
The error in terraform when using the s3 location (for completeness):
|
The releases are stored on S3 (as you figured out) and only released templates contain a proper version number. That's why the tool can not display the version number and also can not check if the deployed template is the same as the released one. Regarding the content type issue, we use
I was also looking for the correct mimetype which seems to be a open question. So I'm not quiet sure how to proceed here. We could hard code the Content-Type to some mimetype, the question is which one we should choose :) |
I close this issue and created a new one in the templates repo since this issue is not related to the CLI: widdix/aws-cf-templates#196 |
Makes sense, i'll follow the new issue.
…On Thu, Sep 13, 2018 at 12:58 PM, Michael Wittig ***@***.***> wrote:
Closed #1 <#1>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFNTlPOyVLSZEH-fnoAx7qG4YQWZ4BTfks5uajpJgaJpZM4WlPwK>
.
|
I've used the widdix 6.18.0 static website templates, and wanted to update to the latest 7.x.
So i ran
in order to run
The output of widdix list does not seem to show the template version and drift information
What makes widdix 'see' the template version? I get them using a terraform http data source.
The text was updated successfully, but these errors were encountered: