Skip to content

Conversation

Rishang
Copy link

@Rishang Rishang commented Feb 13, 2023

Old syntax:

environment = [
  {
    name  = "AWS_DEFAULT_REGION"
    value = "us-east-1"
  },
]

New syntax:

environment = {
  "AWS_DEFAULT_REGION" = "us-east-1"
}

Also fixes for template_file resource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant