Archives for August, 2023
Resource Shutdown via terraform
Terraform is often used to destroy environments - which keeps the state file consistent, when the next create event needs to occur. However, sometimes, instead of destroying resources, all you…
Terraform for IAM resource creation
Overview Is terraform a suitable tool for creating and managing cloud IAM resources? The short answer is - no. Especially, if you are going to be dealing with a large…