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.
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.
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.