feat: added the ability to control the state permissions (#73) #176
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Terraform | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| role-validation: | |
| uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
| name: OIDC Role Module | |
| with: | |
| working-directory: modules/role | |
| remote-state-validation: | |
| uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
| name: Remote State Module | |
| with: | |
| working-directory: modules/remote_state | |
| provider-validation: | |
| uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main | |
| name: Provider Module | |
| with: | |
| working-directory: modules/provider |