This PR resumes the changes proposed in #8. It adds permission boundary and tag variables, which are needed to deploy on the USGS cloud account.
Initially, I tried adding an aws profile variable as well, but somehow this wasn't getting correctly passed through helm, such that deployment would fail, then I would need to run aws eks update-kubeconfig and add config_path=~/.kube/config to the helm provider in order to deploy the helm modules. For now, I think I can proceed without using a profile, so this isn't an issue.
This PR resumes the changes proposed in #8. It adds permission boundary and tag variables, which are needed to deploy on the USGS cloud account.
Initially, I tried adding an aws profile variable as well, but somehow this wasn't getting correctly passed through helm, such that deployment would fail, then I would need to run
aws eks update-kubeconfig
and addconfig_path=~/.kube/config
to the helm provider in order to deploy the helm modules. For now, I think I can proceed without using a profile, so this isn't an issue.