Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.tf Secret

Created June 7, 2024 16:21
Show Gist options
  • Select an option

  • Save KyMidd/703a027efce5a28c611eaa9d25eb0548 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/703a027efce5a28c611eaa9d25eb0548 to your computer and use it in GitHub Desktop.
> jsondecode(data.azapi_resource_list.subscription_rgs.output)
{
"value" = [
{
"id" = "/subscriptions/xxxxxx-xxxx-xxxxx-xxxx-xxxxxxx/resourceGroups/Ue2TerraformRG"
"location" = "eastus2"
"name" = "Ue2TerraformRG"
"properties" = {
"provisioningState" = "Succeeded"
}
"tags" = {
"Environment" = "Dev"
"Team" = "Hosting Team"
"Terraform" = "true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment