Skip to main content

Chapter 41 - Terraform Override Files

Overriding your Terraform Config temporarily

Files with duplicate resources identified as overrides. A duplicate resource with a different name or region or something may be in the override files.

  • override.tf
  • anotherfile.override.tf

Override files should not be checked in, they should also be added to your .gitignore.