Slackbot
01/16/2024, 7:53 PMJason Reslock
01/16/2024, 8:28 PMatlantis.yaml per-configuration if you really want to:
- dir: terraform/tenants/prod/my_infra_config
terraform_version: 1.5.3
autoplan:
when_modified: [ "../../../modules/**/*.tf", "*.tf*" ]Jason Reslock
01/16/2024, 8:29 PMJason Reslock
01/16/2024, 8:31 PMterraform {
required_version = ">=1.5.3, <1.6.0"
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.6.2"
}Vinicius Oliveira
01/16/2024, 8:33 PMJason Reslock
01/16/2024, 8:37 PM