79291825

Date: 2024-12-18 16:39:46
Score: 1
Natty:
Report link

This is my .tfvars file

vars_by_workspace = {
  qa = {
     ecs_web_app_config = {}
     map_container_environment = {
        POOL_SIZE = "10"
        SENDGRID_API_KEY = ""
        ENVIRONMENT = "Stage"
        ...
       }

    secrets = [...]
    }
  }
  prod = {
     ecs_web_app_config = {]
     map_container_environment = {
        POOL_SIZE = "10"
        SENDGRID_API_KEY = ""
        ENVIRONMENT = "Prod"
        ...
       }

    secrets = [...]
    }
  }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: backin