Archives for July, 2022
What if there is no Terraform Support for certain GCP Features?
Sometimes, there isn't Terraform GCP support for a particular feature - use asset manager to retrieve all resources, upload of a file to a Kubernetes pod) that lacks Terraform support.…
More on Remote State and State Files
State File Locking is something terraform does by default. But what if the actual backend does not support locking ( S3 by itself doesn't - S3 with DynamoDB does). If…