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

[Feature Request]: Decrease the timeout on the azurerm_role_assignment resources #13

Open
2 tasks done
rswrz opened this issue Dec 11, 2024 · 0 comments
Open
2 tasks done
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rswrz
Copy link
Member

rswrz commented Dec 11, 2024

Feature Description

Reduce the timeout for the create operation on azurerm_role_assignment resources created with init=true to 10 minutes.

Use Case

When attempting to grant access to the Launchpad using the GitHub Actions workflow, specifying an unknown or incorrect identity currently results in a lengthy wait of 30 minutes before the action fails. Reducing the timeout would significantly improve the developer experience by providing faster feedback in such scenarios.

Additional Information

Standard Timeouts:

The timeouts block allows you to specify timeouts for certain actions:

  • create - (Defaults to 30 minutes) Used when creating the Role Assignment.
  • read - (Defaults to 5 minutes) Used when retrieving the Role Assignment.
  • delete - (Defaults to 30 minutes) Used when deleting the Role Assignment.

Privacy Statement

  • I agree

Code of Conduct

  • I agree to follow this repository's Code of Conduct
@rswrz rswrz added enhancement New feature or request good first issue Good for newcomers labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant