Skip to content

Commit b11edb1

Browse files
committed
add moved
1 parent a5bf17b commit b11edb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github_action.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ module "lambda_gha" {
2727
] : []
2828
}
2929

30+
moved {
31+
from = module.lamda_gha
32+
to = module.lambda_gha
33+
}
34+
3035
resource "aws_iam_role_policy" "update_lambda" {
3136
count = var.create_github_actions_role ? 1 : 0
3237

0 commit comments

Comments
 (0)