Delete resource group on workspace deletion even if it has "lingering" resources.
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 62/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- azure, terraform
- Domain
- cloud
Research direction
Start at the Terraform AzureRM provider's features configuration and locate the workspace deletion entry point; the issue names the prevent_deletion_if_contains_resources flag but no repository file or test. Verify workspace deletion when the resource group contains untracked Azure resources, and confirm the existing behavior remains unchanged for other deletion cases.
Written by the indexing model from the issue text.
Description
Occasionally Azure resources are left in a resource group and are not being tracked by Terraform state/TRE resources. This prevents deletion of the workspace and requires and Azure admin to interveen. We could set the feature flag prevent_deletion_if_contains_resources = false within the features of the AzureRM provider to enable the workspaces to be deleted.
- Dominant language
- Python
- Stars
- 235
- Forks
- 192
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 13
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/AzureTRE
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
All issues in microsoft/AzureTRE
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100