-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
variable "resource_group_name" { | ||
description = "Resource group name" | ||
type = string | ||
} | ||
|
||
variable "location" { | ||
description = "Location of Azure reource" | ||
default = "westeurope" | ||
type = string | ||
} | ||
|
||
variable "service_plan_name" { | ||
description = "Service plan name" | ||
} | ||
|
||
variable "app_name" { | ||
description = "Name of application" | ||
default = "MyApp" | ||
type = string | ||
} | ||
|
||
variable "environment" { | ||
description = "Environment Name" | ||
} | ||
|
||
|
||
variable "custom_app_settings" { | ||
description = "Custom App settings" | ||
default = {} | ||
type = string | ||
} | ||
|
||
variable "createdby" { | ||
description = "name of the triggers user" | ||
default = "NA" | ||
type = string | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.