mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
Update doc page for aws_elb (#7882)
This commit is contained in:
parent
2e38467213
commit
802f014d60
@ -88,13 +88,13 @@ The following arguments are supported:
|
||||
Exactly one of `availability_zones` or `subnets` must be specified: this
|
||||
determines if the ELB exists in a VPC or in EC2-classic.
|
||||
|
||||
Access Logs support the following:
|
||||
Access Logs (`access_logs`) support the following:
|
||||
|
||||
* `bucket` - (Required) The S3 bucket name to store the logs in.
|
||||
* `bucket_prefix` - (Optional) The S3 bucket prefix. Logs are stored in the root if not configured.
|
||||
* `interval` - (Optional) The publishing interval in minutes. Default: 60 minutes.
|
||||
|
||||
Listeners support the following:
|
||||
Listeners (`listener`) support the following:
|
||||
|
||||
* `instance_port` - (Required) The port on the instance to route to
|
||||
* `instance_protocol` - (Required) The protocol to use to the instance. Valid
|
||||
@ -105,7 +105,7 @@ Listeners support the following:
|
||||
* `ssl_certificate_id` - (Optional) The ARN of an SSL certificate you have
|
||||
uploaded to AWS IAM. **Only valid when `lb_protocol` is either HTTPS or SSL**
|
||||
|
||||
Health Check supports the following:
|
||||
Health Check (`health_check`) supports the following:
|
||||
|
||||
* `healthy_threshold` - (Required) The number of checks before the instance is declared healthy.
|
||||
* `unhealthy_threshold` - (Required) The number of checks before the instance is declared unhealthy.
|
||||
@ -135,4 +135,4 @@ ELBs can be imported using the `name`, e.g.
|
||||
|
||||
```
|
||||
$ terraform import aws_elb.bar elb-production-12345
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user