Skip to content

Commit 1a9920e

Browse files
committed
additional settings not needed
1 parent 8434f59 commit 1a9920e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

infrastructure/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ module "ui" {
5656
service_plan_name = local.service_name
5757
service_plan_size = var.service_plan_size
5858
service_plan_tier = var.service_plan_tier
59-
additional_settings = var.additional_settings
6059
hostname = "ui"
6160
dns_zone_name = data.terraform_remote_state.service.outputs.subdomain
6261
}

infrastructure/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ variable "service_plan_tier" {
1616
description = "Specifies the tier of the service plan. Tier is the pricing plan of the service plan resource."
1717
}
1818

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

Comments
 (0)