Hi all,
I’m using Terraform Cloud with separate branches for different environments (dev
, staging
, prod
). Each branch contains an environment.auto.tfvars
file and an smm_parameters.tf
file with environment-specific variables and SSM parameter values.
The problem is that these files are large and cause merge conflicts when merging branches.