Skip to content

Commit ea25a0a

Browse files
committed
import: fix role name
In #34 I introduced a change in the role name but forgot to update it in import.tf
1 parent b2206b7 commit ea25a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ import {
4848

4949
import {
5050
to = module.aws.aws_iam_role.github_tf
51-
id = "GitHubActionsS3Role"
51+
id = "GitHubActionsRole"
5252
}

0 commit comments

Comments
 (0)