-
-
Save KyMidd/0486c798fe77da112e3850c74fa9fe18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > [for rg in jsondecode(data.azapi_resource_list.subscription_rgs.output).value[*] : rg.name if can(regex("Terraform", rg.name))] | |
| [ | |
| "Ue2TerraformRG1", | |
| "Ue2TerraformRG2", | |
| "Ue2TerraformRG3", | |
| "Ue2TerraformRG4", | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment