-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure-nuke-config.yml
More file actions
41 lines (37 loc) · 1005 Bytes
/
azure-nuke-config.yml
File metadata and controls
41 lines (37 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# https://ekristen.github.io/azure-nuke/quick-start/
blocklist:
- 00001111-2222-3333-4444-555566667777 # production
regions:
- switzerlandnorth # Zürich
- europe
- germany
- switzerland
- germanynorth
- switzerlandwest # Geneva
- global
- eastus
- eastus2
presets:
terraform:
filters:
__global__:
- property: tag:managed-by
value: "terraform"
# this list represents only static things needed for the account to work (and the core repo to work)
# they are all created manually
accounts:
afb1b04e-8a6f-44e6-8835-db3a1ab8bee7: # technat sub
presets:
- "terraform" # to filter everything that terraform created and manages
filters:
AzureADUser:
- "Nathanael Liechti"
Application:
- "nuker"
ApplicationSecret:
- "nuker -> b9603806-d7a2-4119-adc5-a9f3225ab081"
ServicePrincipal:
- "nuker"
SubscriptionRoleAssignment:
- "nuker -> Contributor"
- "Nathanael Liechti -> Owner"