File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ resource "aws_iam_role_policy_attachment" "ReadOnlyAccess" {
99resource "aws_iam_role_policy_attachment" "github_actions_dev_test_pre-prod_prod_1" {
1010
1111 role = aws_iam_role. github_actions . name
12- policy_arn = aws_iam_policy. github_actions_dev_test_pre-prod_prod_1 [ 0 ] . arn
12+ policy_arn = aws_iam_policy. github_actions_dev_test_pre-prod_prod_1 . arn
1313}
1414
1515resource "aws_iam_policy" "github_actions_dev_test_pre-prod_prod_1" {
@@ -120,7 +120,7 @@ resource "aws_iam_policy" "github_actions_dev_test_pre-prod_prod_1" {
120120
121121resource "aws_iam_role_policy_attachment" "github_actions_dev_test_pre-prod_prod_2" {
122122 role = aws_iam_role. github_actions . name
123- policy_arn = aws_iam_policy. github_actions_dev_test_pre-prod_prod_2 [ 0 ] . arn
123+ policy_arn = aws_iam_policy. github_actions_dev_test_pre-prod_prod_2 . arn
124124}
125125
126126resource "aws_iam_policy" "github_actions_dev_test_pre-prod_prod_2" {
@@ -270,7 +270,7 @@ resource "aws_iam_policy" "github_actions_dev_test_pre-prod_prod_2" {
270270
271271resource "aws_iam_role_policy_attachment" "github_actions_dev_test_pre-prod_prod_3" {
272272 role = aws_iam_role. github_actions . name
273- policy_arn = aws_iam_policy. github_actions_dev_test_pre-prod_prod_3 [ 0 ] . arn
273+ policy_arn = aws_iam_policy. github_actions_dev_test_pre-prod_prod_3 . arn
274274}
275275
276276resource "aws_iam_policy" "github_actions_dev_test_pre-prod_prod_3" {
You can’t perform that action at this time.
0 commit comments