Skip to content

Commit 8c50f42

Browse files
authored
Merge pull request #40 from Homebrew/role
import: remove already imported role
2 parents 7f8f905 + abe3151 commit 8c50f42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

import.tf

-5
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,3 @@ import {
4545
to = module.aws.aws_iam_openid_connect_provider.github_actions
4646
id = "arn:aws:iam::765021812025:oidc-provider/token.actions.githubusercontent.com"
4747
}
48-
49-
import {
50-
to = module.aws.aws_iam_role.github_tf
51-
id = "GitHubActionsS3Role"
52-
}

0 commit comments

Comments
 (0)