Skip to content

Commit

Permalink
Fixed bad rights for ssm parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Loic-Vanden-Bossche committed Apr 26, 2024
1 parent c2047f3 commit fe729c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Upload artifact
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: eagle-eye-diagram
path: packages/infrastructure/project/terraform.png
Expand Down
1 change: 1 addition & 0 deletions packages/infrastructure/project/backend/role-task.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ resource "aws_iam_role_policy" "ecs_backend_task_execution_ssm_role_policy" {
aws_ssm_parameter.backend_security_domain.arn,
aws_ssm_parameter.backend_security_realm.arn,
aws_ssm_parameter.backend_security_secret.arn,
aws_ssm_parameter.backend_storage_bucket_name.arn,
]
},
]
Expand Down

0 comments on commit fe729c0

Please sign in to comment.