v1.2.12
·
156 commits
to refs/heads/main
since this release
🚀 Enhancements
Adding IAP example and output for IAP backend service @cblkwell (#96)
what
This PR adds an additional output for the name of the IAP backend service, which is used as an input for the permissions binding used to gate access to the IAP-protected Atlantis deployment.
It also adds an additional example showing how to use IAP to protect Atlantis.
why
The output eliminates the need to pull the name of the service via a data source (which would require the name to get the data source, so...) which also helps Terraform determine order of operations.
IAP has enough extra configuration I thought it worthy of describing in more detail, especially since I suspect most people will not want to have their UI just hanging out there on the internet.