We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378ba42 commit 6a0f01cCopy full SHA for 6a0f01c
variables.tf
@@ -5,7 +5,7 @@ data "aws_caller_identity" "current" {}
5
locals {
6
account_id = data.aws_caller_identity.current.account_id
7
region = data.aws_region.current.name
8
- full_repo_name = "${local.repo_owner}/${local.repo_name}"
+ repo_full_name = "${local.repo_owner}/${local.repo_name}"
9
repo_owner = "rhythmictech"
10
repo_name = "terraform-aws-asg-rolling-restart-lambda"
11
}
0 commit comments