This PR proposes the removal of the role_definitions block. This is done as we don't want to create RBAC roles using the module itself as this can cause dependencies of workloads if done improperly .
Fixes #138
Type of Change
[ ] Bug fix
[ ] New feature
[ ] Documentation update
[x] Other
Testing
See the testing docs for more information about how to test your code
[ ] Performed a local terraform plan, apply, and destroy to validate changes.
[ ] All tests are passing.
[ ] Added, updated, or removed tests when appropriate
Checklist
Before submitting this PR, please ensure the following:
Removal of the
role_definitions
blockDescription
This PR proposes the removal of the
role_definitions
block. This is done as we don't want to create RBAC roles using the module itself as this can cause dependencies of workloads if done improperly .Fixes #138
Type of Change
Testing
See the testing docs for more information about how to test your code
terraform plan
,apply
, anddestroy
to validate changes.Checklist
Before submitting this PR, please ensure the following:
terraform validate
in the root module and all sub modules where I have made changesAdditional Information
Provide any additional information or context about the pull request here.
Thank you for contributing to Station!