You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.11.7
+ provider.archive v1.1.0
+ provider.aws v1.38.0
+ provider.dyn v1.1.0
+ provider.local v1.1.0
+ provider.null v1.0.0
+ provider.random v2.0.0
+ provider.template v2.0.0
Your version of Terraform is out of date! The latest version
is 0.11.11. You can update by downloading from www.terraform.io/downloads.html
* module.MY_MODULE.data.template_file.install_script: data.template_file.install_script: failed to render : <template_file>:153,57-66: Invalid template control keyword; "http_code" is not a valid template control keyword.
Expected Behavior
TF template provider should not try to interpulate percent signs.
Actual Behavior
See Debug Output
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Create a template with %{http_code} as body
Using TF 0.11.7, try to render the template.
Thank you in advance,
Yarden
The text was updated successfully, but these errors were encountered:
Hi,
double escaping does not work :
Error message : "http_code" is not a valid template control keyword
template : CODE=curl --output join.sh --silent -w "%%{http_code}" "http://${MASTERIP}/join.txt"
Provider for Openstack v "2.0.0"
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Terraform v0.11.7 + provider.archive v1.1.0 + provider.aws v1.38.0 + provider.dyn v1.1.0 + provider.local v1.1.0 + provider.null v1.0.0 + provider.random v2.0.0 + provider.template v2.0.0 Your version of Terraform is out of date! The latest version is 0.11.11. You can update by downloading from www.terraform.io/downloads.html
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Template body
^^^ the %{http_code} causes the error
Debug Output
Expected Behavior
TF template provider should not try to interpulate percent signs.
Actual Behavior
See
Debug Output
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
%{http_code}
as bodyThank you in advance,
Yarden
The text was updated successfully, but these errors were encountered: