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
| <aname="input_access_logs_enabled"></a> [access\_logs\_enabled](#input\_access\_logs\_enabled)| A boolean flag to enable/disable access\_logs |`bool`|`true`| no |
34
-
| <aname="input_alb_access_logs_s3_bucket_force_destroy"></a> [alb\_access\_logs\_s3\_bucket\_force\_destroy](#input\_alb\_access\_logs\_s3\_bucket\_force\_destroy)| A boolean that indicates all objects should be deleted from the ALB access logs S3 bucket so that the bucket can be destroyed without error |`bool`|`false`| no |
35
-
| <aname="input_alb_access_logs_s3_bucket_force_destroy_enabled"></a> [alb\_access\_logs\_s3\_bucket\_force\_destroy\_enabled](#input\_alb\_access\_logs\_s3\_bucket\_force\_destroy\_enabled)| When `true`, permits `force_destroy` to be set to `true`.<br>This is an extra safety precaution to reduce the chance that Terraform will destroy and recreate<br>your S3 bucket, causing COMPLETE LOSS OF ALL DATA even if it was stored in Glacier.<br>WARNING: Upgrading this module from a version prior to 0.27.0 to this version<br> will cause Terraform to delete your existing S3 bucket CAUSING COMPLETE DATA LOSS<br> unless you follow the upgrade instructions on the Wiki [here](https://github.com/cloudposse/terraform-aws-s3-log-storage/wiki/Upgrading-to-v0.27.0-(POTENTIAL-DATA-LOSS)).<br> See additional instructions for upgrading from v0.27.0 to v0.28.0 [here](https://github.com/cloudposse/terraform-aws-s3-log-storage/wiki/Upgrading-to-v0.28.0-and-AWS-provider-v4-(POTENTIAL-DATA-LOSS)). |`bool`|`false`| no |
36
-
| <aname="input_cross_zone_load_balancing_enabled"></a> [cross\_zone\_load\_balancing\_enabled](#input\_cross\_zone\_load\_balancing\_enabled)| A boolean flag to enable/disable cross zone load balancing |`bool`|`true`| no |
37
-
| <aname="input_deletion_protection_enabled"></a> [deletion\_protection\_enabled](#input\_deletion\_protection\_enabled)| A boolean flag to enable/disable deletion protection for ALB |`bool`|`false`| no |
38
-
| <aname="input_deregistration_delay"></a> [deregistration\_delay](#input\_deregistration\_delay)| The amount of time to wait in seconds before changing the state of a deregistering target to unused |`number`|`15`| no |
39
-
| <aname="input_http_ingress_cidr_blocks"></a> [http\_ingress\_cidr\_blocks](#input\_http\_ingress\_cidr\_blocks)| List of CIDR blocks to allow in HTTP security group |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
40
-
| <aname="input_https_ingress_cidr_blocks"></a> [https\_ingress\_cidr\_blocks](#input\_https\_ingress\_cidr\_blocks)| List of CIDR blocks to allow in HTTPS security group |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
41
-
| <aname="input_idle_timeout"></a> [idle\_timeout](#input\_idle\_timeout)| The time in seconds that the connection is allowed to be idle |`number`|`60`| no |
42
-
| <aname="input_internal"></a> [internal](#input\_internal)| Internal or external facing ALB. |`bool`|`false`| no |
43
-
| <aname="input_ip_address_type"></a> [ip\_address\_type](#input\_ip\_address\_type)| The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack`. |`string`|`"ipv4"`| no |
44
-
| <aname="input_name"></a> [name](#input\_name)| Name to assign the resource |`string`|`""`| no |
45
-
| <aname="input_security_group_ids"></a> [security\_group\_ids](#input\_security\_group\_ids)| Security group Ids for access |`list(string)`| n/a | yes |
46
-
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Subnet Ids assigned to the LB |`list(string)`| n/a | yes |
47
-
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to assign the resources |`map(string)`|`{}`| no |
48
-
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| Id of the VPC where the resources will live |`string`| n/a | yes |
0 commit comments