We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8434f59 commit 1a9920eCopy full SHA for 1a9920e
infrastructure/main.tf
@@ -56,7 +56,6 @@ module "ui" {
56
service_plan_name = local.service_name
57
service_plan_size = var.service_plan_size
58
service_plan_tier = var.service_plan_tier
59
- additional_settings = var.additional_settings
60
hostname = "ui"
61
dns_zone_name = data.terraform_remote_state.service.outputs.subdomain
62
}
infrastructure/variables.tf
@@ -16,8 +16,3 @@ variable "service_plan_tier" {
16
description = "Specifies the tier of the service plan. Tier is the pricing plan of the service plan resource."
17
18
19
-variable "additional_settings" {
20
- type = map(string)
21
- description = "Aditional settings, you should put a pair values"
22
- sensitive = true
23
-}
0 commit comments