We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f36a4 commit b1544a5Copy full SHA for b1544a5
deployment/terraform/main.tf
@@ -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
15
locals {
16
# TO-DO: The environment variable STAGE is required for Lambdas to connect to LocalStack endpoints.
17
# The environment variable can be removed once Lambdas are adapted to support transparent endpoint injection.
@@ -335,4 +321,4 @@ output "list_lambda_function_url" {
335
321
336
322
output "cloudfront_url" {
337
323
value = "Now open the Web app under: http://${aws_cloudfront_distribution.cdn.domain_name}"
338
324
+}
0 commit comments