sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71 stars 64 forks source link

viya4-iac-aws tfstate issue #92

Closed NormJohnIV closed 3 years ago

NormJohnIV commented 3 years ago

The tfstate file created by viya4-iac-aws has the following snippet \"username\": \"system:node:{{EC2PrivateDNSName}}\"\n",

When the tfstate is parsed by ansible that is treated a var since {{}} is the marker used by ansible and jinga2. This cause loading of the file to fail.