Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use resource IDs instead of names in role definitions to refer to roles #71

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

asmith030
Copy link
Contributor

According to https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/role_assignment#role_definition_name the role_definition_name parameter should only be used for builtin roles

This likely fixes the issues that required a sleep between role creation and assignment

@asmith030 asmith030 changed the base branch from main to vnext October 11, 2024 12:23
Copy link

github-actions bot commented Oct 11, 2024

Pull Request Review Status

  • 🖌 Terraform Format and Style: success
  • 🔍 Terraform Linting: success
  • 👮 Terraform Security Check: success
  • 🔘 Terraform Tests: success
  • 🔧 Terraform Initialisation: success
  • 🤖 Terraform Validation: success
  • 🤖 Terraform Example Validation: success
  • 📖 Terraform Documentation: success
  • 🔖 Commitlint: success

Working Directory: .
Pusher: @asmith030, Action: pull_request
Workflow Run Link: https://github.com/appvia/terraform-azurerm-wayfinder/actions/runs/11292425467

Copy link

github-actions bot commented Oct 11, 2024

Pull Request Review Status

  • 🖌 Terraform Format and Style: success
  • 🔍 Terraform Linting: success
  • 👮 Terraform Security Check: success
  • 🔘 Terraform Tests: success
  • 🔧 Terraform Initialisation: success
  • 🤖 Terraform Validation: success
  • 🤖 Terraform Example Validation: success
  • 📖 Terraform Documentation: success
  • 🔖 Commitlint: success

Working Directory: modules/cloudaccess
Pusher: @asmith030, Action: pull_request
Workflow Run Link: https://github.com/appvia/terraform-azurerm-wayfinder/actions/runs/11292425467

@KashifSaadat KashifSaadat merged commit 8f764e9 into vnext Oct 28, 2024
22 checks passed
KashifSaadat added a commit that referenced this pull request Oct 29, 2024
* Use resource IDs instead of names in role definitions to refer to roles (#71)

* chore: set role definitions ids instead of names

* chore: update docs to be inline with the new version used by gh action

---------

Co-authored-by: Adam Smith <[email protected]>

* feat: bringing the repository inline with the template (#72)

* feat: bringing the repository inline with the template

* chore: adding the ignore back on the tfavrs

* fix: removing the unused provider, as per linting issue

* chore: changing the name of the file for consistency with other modules

* chore: removing the old file

* feat: wayfinder v2.9.6

---------

Co-authored-by: Adam Smith <[email protected]>
Co-authored-by: Adam Smith <[email protected]>
Co-authored-by: Rohith Jayawardene <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants