Skip to content

Commit 6a0f01c

Browse files
rsanchez-sScott Miller
andauthored
Update variables.tf
Co-authored-by: Scott Miller <smiller@rhythmictech.com>
1 parent 378ba42 commit 6a0f01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data "aws_caller_identity" "current" {}
55
locals {
66
account_id = data.aws_caller_identity.current.account_id
77
region = data.aws_region.current.name
8-
full_repo_name = "${local.repo_owner}/${local.repo_name}"
8+
repo_full_name = "${local.repo_owner}/${local.repo_name}"
99
repo_owner = "rhythmictech"
1010
repo_name = "terraform-aws-asg-rolling-restart-lambda"
1111
}

0 commit comments

Comments
 (0)