Skip to content

Commit 796aad5

Browse files
author
Scott Miller
committed
remove archive_file
1 parent 50bd75a commit 796aad5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "tags" {
22
source = "git::https://github.com/rhythmictech/terraform-terraform-tags.git?ref=v0.0.2"
33
tags = var.tags
4-
4+
55
names = [
66
var.name,
77
"rolling-restart",
@@ -33,7 +33,6 @@ resource "null_resource" "lambda_zip" {
3333
}
3434
}
3535

36-
3736
data "aws_iam_policy_document" "lambda_assume_role_policy" {
3837
statement {
3938
actions = [

0 commit comments

Comments
 (0)