Skip to main content

Terraform

Introduction

Buckets

  • Deleting:
    • If the bucket contains objects, or contains deleted objects due to object versioning, deleting the terraform defining the bucket will fail with the message, `Error trying to delete bucket X containing objects without “force_destroy = true”
      • one solution would be to add force_destroy = true to the bucket before deleting it via terraform
      • a faster solution would be to manually delete the bucket using the Google Cloud UI, then proceed with deleting its terraform blocks
      • Terraform: Destroy / Replace Buckets • Abhinav 📖

Google Cloud

Kubernetes

Atlantis

  • Atlantis • Terraform PR automation tool 🛠️
  • spacelift: replacement for atlantis

Inbox