Live talking Terraform and TF Cloud <https://www.y...
# general
l
Live talking Terraform and TF Cloud

https://www.youtube.com/watch?v=o2X9Av_ixe8

p
Interesting sharing, thanks. it would be even better with a better sound quality 🙏🏻 Is there any ways to make it even more "Self service" for non-technical people (I mean like modifying some values within the configuration files using a web frontend)?
j
I’m not aware of any off the shelf solutions, but once you have a working IaC-pipeline you can trigger it based on different inputs. E.g. on input could be web frontend changing variables used by your terraform. Terraform simplifies this, by allowing also json files https://www.terraform.io/language/syntax/json#json-file-structure, which are easier to generate compared to hcl. So overall, your web frontend changes a json variables file ~> commits the change ~> pipeline executes the change.