Skip to content

Commit b1544a5

Browse files
committed
attempt to fix
1 parent a7f36a4 commit b1544a5

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

deployment/terraform/main.tf

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
terraform {
2-
required_providers {
3-
aws = {
4-
source = "hashicorp/aws"
5-
version = "<= 5.72.1"
6-
}
7-
}
8-
}
9-
10-
provider "aws" {
11-
region = "us-east-1"
12-
skip_requesting_account_id = true
13-
}
14-
151
locals {
162
# TO-DO: The environment variable STAGE is required for Lambdas to connect to LocalStack endpoints.
173
# The environment variable can be removed once Lambdas are adapted to support transparent endpoint injection.
@@ -335,4 +321,4 @@ output "list_lambda_function_url" {
335321

336322
output "cloudfront_url" {
337323
value = "Now open the Web app under: http://${aws_cloudfront_distribution.cdn.domain_name}"
338-
}
324+
}

0 commit comments

Comments
 (0)