fun-stack / terraform-aws-fun

Terraform module to provision AWS infrastructure for fun-stack
MIT License
5 stars 1 forks source link

Enironment vars for Frontend #21

Closed fdietze closed 2 years ago

fdietze commented 3 years ago
cornerman commented 3 years ago

Supported in terraform, but scala library only has AppConfig.environment: js.Dictionary[String].

website = {
  ...
  environment = {
    my-key = "my-value"
  }
}
cornerman commented 2 years ago

Will keep it likes this for now.