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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -419,7 +419,7 @@ No modules.
419
419
| <aname="input_security_group_use_name_prefix"></a> [security\_group\_use\_name\_prefix](#input\_security\_group\_use\_name\_prefix)| Determines whether the security group name (`security_group_name`) is used as a prefix |`bool`|`true`| no |
420
420
| <aname="input_security_groups"></a> [security\_groups](#input\_security\_groups)| A list of security group IDs to assign to the LB |`list(string)`|`[]`| no |
421
421
| <aname="input_subnet_mapping"></a> [subnet\_mapping](#input\_subnet\_mapping)| A list of subnet mapping blocks describing subnets to attach to load balancer |`list(map(string))`|`[]`| no |
422
-
| <aname="input_subnets"></a> [subnets](#input\_subnets)| A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type `network`. Changing this value for load balancers of type `network` will force a recreation of the resource |`list(string)`|`[]`| no |
422
+
| <aname="input_subnets"></a> [subnets](#input\_subnets)| A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type `network`. Changing this value for load balancers of type `network` will force a recreation of the resource |`list(string)`|`null`| no |
423
423
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
424
424
| <aname="input_target_groups"></a> [target\_groups](#input\_target\_groups)| Map of target group configurations to create |`any`|`{}`| no |
425
425
| <aname="input_timeouts"></a> [timeouts](#input\_timeouts)| Create, update, and delete timeout configurations for the load balancer |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ variable "subnet_mapping" {
149
149
variable"subnets" {
150
150
description="A list of subnet IDs to attach to the LB. Subnets cannot be updated for Load Balancers of type `network`. Changing this value for load balancers of type `network` will force a recreation of the resource"
0 commit comments