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