File tree Expand file tree Collapse file tree
function-app-managed-identity/python/terraform
function-app-storage-http/dotnet/terraform
web-app-cosmosdb-mongodb-api/python/terraform
web-app-managed-identity/python/terraform
web-app-sql-database/python/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11variable "prefix" {
22 description = " (Optional) Specifies the prefix for the name of the Azure resources."
33 type = string
4- default = " local "
4+ default = " funcmi "
55
66 validation {
77 condition = var. prefix == null || length (var. prefix ) >= 2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variable "resource_group_name" {
77variable "prefix" {
88 description = " (Optional) Specifies the prefix for the name of the Azure resources."
99 type = string
10- default = " local "
10+ default = " funchttp "
1111
1212 validation {
1313 condition = var. prefix == null || length (var. prefix ) >= 2
Original file line number Diff line number Diff line change 11variable "prefix" {
22 description = " (Optional) Specifies the prefix for the name of the Azure resources."
33 type = string
4- default = " terraform "
4+ default = " webdb "
55
66 validation {
77 condition = var. prefix == null || length (var. prefix ) >= 2
Original file line number Diff line number Diff line change 11variable "prefix" {
22 description = " (Optional) Specifies the prefix for the name of the Azure resources."
33 type = string
4- default = " local "
4+ default = " webmi "
55
66 validation {
77 condition = var. prefix == null || length (var. prefix ) >= 2
Original file line number Diff line number Diff line change 11variable "prefix" {
22 description = " (Optional) Specifies the prefix for the name of the Azure resources."
33 type = string
4- default = " local "
4+ default = " websql "
55
66 validation {
77 condition = var. prefix == null || length (var. prefix ) >= 2
You can’t perform that action at this time.
0 commit comments