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

Commit 99b9f5d

Browse files
committed
Merge everything into main.tf
1 parent 4929258 commit 99b9f5d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

aws.tf

Lines changed: 0 additions & 4 deletions
This file was deleted.

lambda.tf renamed to main.tf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#####
2-
# Creates the tagging lambda
2+
# AWS provider
33
#####
44

5+
# Retrieve AWS credentials from env variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
6+
provider "aws" {
7+
region = "${var.aws_region}"
8+
}
9+
510
#####
611
# IAM role
712
#####

0 commit comments

Comments
 (0)