diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 0da555b5..71fa3aab 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -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 diff --git a/packages/infrastructure/project/backend/role-task.tf b/packages/infrastructure/project/backend/role-task.tf index 714eb798..dffd3e19 100644 --- a/packages/infrastructure/project/backend/role-task.tf +++ b/packages/infrastructure/project/backend/role-task.tf @@ -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, ] }, ]