Skip to content

Commit

Permalink
docs: apply roles default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 9, 2024
1 parent 63da219 commit 714f85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The module reads the following variables as input:
| `gcp_project` | ✓ | N/A | The GCP project name |
| `gcp_region` | ✓ | N/A | The GCP region for all resources managed within the project |
| `github_repo` | ✓ | N/A | The fully-qualified name of the GitHub repo to which the state access will be granted |
| `apply_action_project_roles` | ✗ | `[ "roles/iam.serviceAccountAdmin", "roles/storage.admin", "roles/iam.workloadIdentityPoolAdmin" ]` | The list of project-wide roles to grant apply actions |
| `apply_action_project_roles` | ✗ | `[ "roles/iam.serviceAccountAdmin", "roles/iam.roleAdmin", "roles/iam.workloadIdentityPoolAdmin", "roles/resourcemanager.projectIamAdmin", "roles/serviceusage.serviceUsageAdmin", "roles/storage.admin" ]` | The list of project-wide roles to grant apply actions |
| `github_default_branch_name` | ✗ | `"main"` | The default/mainline branch name for the GitHub repo, workflows for which have OpenTofu apply (vs. plan) access |
| `state_bucket_name` | ✗ | `"${var.gcp_project}-opentofu-state"` | The name of the bucket used for OpenTofu state |

Expand Down

0 comments on commit 714f85e

Please sign in to comment.