-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathREADME.yaml
45 lines (37 loc) · 1.83 KB
/
README.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: terraform-aws-lb-s3-bucket
license: APACHE2
github_repo: cloudposse/terraform-aws-lb-s3-bucket
badges:
- name: Latest Release
image: https://img.shields.io/github/release/cloudposse/terraform-aws-lb-s3-bucket.svg?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/latest
- name: Last Updated
image: https://img.shields.io/github/last-commit/cloudposse/terraform-aws-lb-s3-bucket.svg?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-lb-s3-bucket/commits
- name: Slack Community
image: https://slack.cloudposse.com/for-the-badge.svg
url: https://slack.cloudposse.com
# List any related terraform modules that this module may be used with or that this module depends on.
related:
- name: terraform-aws-alb
description: Terraform module to provision a standard ALB for HTTP/HTTP traffic
url: https://github.com/cloudposse/terraform-aws-alb
description: Terraform module to provision an S3 bucket with built in IAM policy to allow [AWS Load Balancers](https://aws.amazon.com/documentation/elastic-load-balancing/) to ship [access logs](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html).
usage: |-
For a complete example, see [examples/complete](examples/complete).
For automated tests of the complete example using [bats](https://github.com/bats-core/bats-core) and [Terratest](https://github.com/gruntwork-io/terratest)
(which tests and deploys the example on AWS), see [test](test).
```hcl
module "s3_bucket" {
source = "cloudposse/lb-s3-bucket/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
namespace = "eg"
stage = "test"
name = "bucket"
}
```
include:
- docs/targets.md
- docs/terraform.md
contributors: []