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.
template_name
1 parent 3f7e4b6 commit ee9d071Copy full SHA for ee9d071
main.tf
@@ -341,7 +341,6 @@ resource "aws_elastic_beanstalk_environment" "default" {
341
342
tier = "WebServer"
343
solution_stack_name = "${var.solution_stack_name}"
344
- template_name = "${var.settings}"
345
346
tags {
347
Name = "${module.label.id}"
variables.tf
@@ -26,10 +26,6 @@ variable "zone_id" {
26
default = ""
27
}
28
29
-variable "settings" {
30
- default = ""
31
-}
32
-
33
variable "config_source" {
34
35
0 commit comments