Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit b4c2892

Browse files
committed
Fix region
1 parent ea54253 commit b4c2892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Although it can be run on its own, the main value is that it can be included int
6464
module "tagging-lambda" {
6565
source = "scholzj/tagging-lambda/aws"
6666
67-
aws_region = "eu-east-1"
67+
aws_region = "us-east-1"
6868
name = "my-application"
6969
search_tag_key = "kubernetes.io/cluster/aws-k8s"
7070
search_tag_value = "owned"

example.tfvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aws_region = "eu-east-1"
1+
aws_region = "us-east-1"
22

33
# Used for naming related resources
44
lambda_name = "my-k8s"

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "aws_region" {
22
description = "Region where Cloud Formation is created"
3-
default = "eu-east-1"
3+
default = "us-east-1"
44
}
55

66
variable "lambda_name" {

0 commit comments

Comments
 (0)