# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 provider "aws" { alias = "us" region = "us-east-1" # to deploy a WAF associated to cloudfront default_tags { tags = { "environment" = var.environment } } } # application config file resource "local_file" "frontend_config_file" { filename = "${path.root}/../web-portal/src/config.js" content = <