Skip to content

Commit ee9d071

Browse files
authored
Remove template_name (#5)
* Remove `template_name` * Remove `template_name` and `var.settings`
1 parent 3f7e4b6 commit ee9d071

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ resource "aws_elastic_beanstalk_environment" "default" {
341341

342342
tier = "WebServer"
343343
solution_stack_name = "${var.solution_stack_name}"
344-
template_name = "${var.settings}"
345344

346345
tags {
347346
Name = "${module.label.id}"

variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ variable "zone_id" {
2626
default = ""
2727
}
2828

29-
variable "settings" {
30-
default = ""
31-
}
32-
3329
variable "config_source" {
3430
default = ""
3531
}

0 commit comments

Comments
 (0)