Skip to content

Commit 90743c7

Browse files
Merge pull request #1 from cookielab/feat/initial-module
Add AWS cost reporting Terraform module
2 parents 7a9d2e2 + aa23c9c commit 90743c7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

modules/target/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
data "aws_caller_identity" "current" {}
2-
data "aws_region" "current" {}
32

43
# =============================================================================
54
# Local Values

modules/target/variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ variable "lambda_function_name" {
8181
default = "cur-forwarder"
8282
}
8383

84-
variable "lambda_artifacts_dir" {
85-
description = "Directory name where Lambda build artifacts are stored (must be unique per module instance to avoid race conditions)"
86-
type = string
87-
default = "builds"
88-
}
89-
9084
variable "log_retention_days" {
9185
description = "CloudWatch log retention in days"
9286
type = number

0 commit comments

Comments
 (0)