Skip to content

Commit

Permalink
adding subscription id (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjac committed Jun 5, 2024
1 parent 1c75dc1 commit 1830ec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/managedapp/terraform/gold/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@
"Notes": "[steps('tagsSection').notes]",
"Owner": "[steps('tagsSection').owner]"
},
"subscription_id": "[steps('subscriptionSection').subscription_id]",
"environment": "[steps('environmentSection').environment]"
"subscription_id": "[subscription().subscriptionId]",
"environment": "Dev"
}
}
}

0 comments on commit 1830ec2

Please sign in to comment.