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 Dec 5, 2020. It is now read-only.
Hi there,
It seems I've caught an issue with some interpolation of docker-compose that is done by rancher provider. I'm getting docker-compose.yml row: tag: "{{.ImageName}}/{{.Name}}/{{.ID}}"
replaced with: tag: <no value>/<no value>/<no value>
To comment, this expression is not supposed to be interpolated, but preserved "as is", since this is a Splunk-driver expression.
Hi there,
It seems I've caught an issue with some interpolation of docker-compose that is done by rancher provider. I'm getting docker-compose.yml row:
tag: "{{.ImageName}}/{{.Name}}/{{.ID}}"
replaced with:
tag: <no value>/<no value>/<no value>
To comment, this expression is not supposed to be interpolated, but preserved "as is", since this is a Splunk-driver expression.
Terraform Version
Terraform v0.11.14
Affected Resource(s)
docker-compose.yml
Terraform Configuration Files
docker-compose.yml
Expected Behavior
Docker-compose.yml should've been applied "as specified" for Rancher stack
Actual Behavior
Actually applied docker compose (showing up in rendered_docker_compose: "" => "" in diff) looks like this:
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: