Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created June 7, 2024 16:29
Show Gist options
  • Select an option

  • Save KyMidd/0486c798fe77da112e3850c74fa9fe18 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/0486c798fe77da112e3850c74fa9fe18 to your computer and use it in GitHub Desktop.
> [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