File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module "lamda_gha" {
11
11
12
12
count = var. create_github_actions_role ? 1 : 0
13
13
14
- openid_connect_provider_arn = create_github_actions_oidc_provider ? module. oidc_provider . openid_connect_provider . arn : data. aws_iam_openid_connect_provider . github . arn
14
+ openid_connect_provider_arn = var . create_github_actions_oidc_provider ? module. oidc_provider . openid_connect_provider . arn : data. aws_iam_openid_connect_provider . github . arn
15
15
repo = var. github_repo . repo
16
16
role_name = var. github_repo . role_name
17
17
github_environments = var. github_repo . environments
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module "lambda" {
13
13
14
14
function_name = var. function_name
15
15
description = var. description
16
- lambda_role = var. labmda_role
16
+ lambda_role = var. lambda_role
17
17
18
18
create_package = false
19
19
You can’t perform that action at this time.
0 commit comments