You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after upgrading to 1.0.35, our terraform plans fail with:
│ Error: Invalid value for input variable
│
│ 43: http_ports = {
│ 44: "force-to-https" : {
│ 45: type = "redirect"
│ 46: listener_port = 80
│ 47: port = 443
│ 48: protocol = "HTTPS"
│ 49: status_code = "HTTP_301"
│ 50: }
│ 51: }
│
│ element "force-to-https": attribute "target_group_port" is required.
╵
Operation failed: failed running terraform plan (exit 1)
However, the documentation states:
"For redirect type, include listener port, host, path, port, protocol, query and status_code."
no mention of target_group_port and it does not make sense why you would require a target_group_port for a redirect rule
The text was updated successfully, but these errors were encountered:
after upgrading to 1.0.35, our terraform plans fail with:
│ Error: Invalid value for input variable
│
│ 43: http_ports = {
│ 44: "force-to-https" : {
│ 45: type = "redirect"
│ 46: listener_port = 80
│ 47: port = 443
│ 48: protocol = "HTTPS"
│ 49: status_code = "HTTP_301"
│ 50: }
│ 51: }
│
│ element "force-to-https": attribute "target_group_port" is required.
╵
Operation failed: failed running terraform plan (exit 1)
However, the documentation states:
"For redirect type, include listener port, host, path, port, protocol, query and status_code."
no mention of target_group_port and it does not make sense why you would require a target_group_port for a redirect rule
The text was updated successfully, but these errors were encountered: