We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb2e3 commit de337f0Copy full SHA for de337f0
1 file changed
samples/function-app-storage-http/dotnet/terraform/main.tf
@@ -1,5 +1,6 @@
1
# Local Variables
2
locals {
3
+ resource_group_name = "${var.prefix}-rg"
4
storage_account_name = "${var.prefix}storage${var.suffix}"
5
app_service_plan_name = "${var.prefix}-app-service-plan-${var.suffix}"
6
function_app_name = "${var.prefix}-functionapp-${var.suffix}"
0 commit comments