38 terraform required version minimum 1.12#109
Conversation
|
Same symptoms on checks failing as previously when submitted from a for with #108 The check job for terraform plan appears to have run successfully with the same code for RSkuma on 2025-04-14 at https://github.com/hackforla/incubator/pull/106/checks . Pull request checks are failing with permissions errors related to aws credentials, See error in Checks on pull request at https://github.com/hackforla/incubator/pull/108/checks From source of configure-aws-credentials@v4 , additional detail recommends "it is likely but not guaranteed that the user needs but lacks this permission in their workflow." Confirmed that the .github workflow files include expected permissions for OIDC workflows as described in docs at https://docs.github.com/en/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect#adding-permissions-settings |
|
Hey @here, I took a look at our Trust Policy for the So nothing on your end. We just need to update the trust policy on AWS. I don't have permissions to update the role on AWS, but hopefully someone with access can change it soon. cc: @ale210 Not sure if we also want to update the terraform file for it? It looks like we removed the PR option at some point, but I'm not sure the reason... from commit message, it's "no longer supported"? Not sure the details: hackforla/devops-security@b4cf61e |
|
Terraform plan in terraform No changes. Your infrastructure matches the configuration.✅ Plan applied in Terraform apply (OIDC) #44 |
|
looks great, thanks @here |
Fixes #38
What changes did you make?
Why did you make the changes (we will use this info to test)?