-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathREADME.yaml
73 lines (70 loc) · 3.23 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: terraform-aws-elastic-beanstalk-application
# Tags of this project
tags:
- aws
- terraform
- terraform-modules
- platform
- elastic-beanstalk
- elasticbeanstalk
- application
# Categories of this project
categories:
- terraform-modules/platform
# Logo for this project
#logo: docs/logo.png
# License of this project
license: "APACHE2"
# Canonical GitHub repo
github_repo: cloudposse/terraform-aws-elastic-beanstalk-application
# Badges to display
badges:
- name: Latest Release
image: https://img.shields.io/github/release/cloudposse/terraform-aws-elastic-beanstalk-application.svg?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-elastic-beanstalk-application/releases/latest
- name: Last Updated
image: https://img.shields.io/github/last-commit/cloudposse/terraform-aws-elastic-beanstalk-application.svg?style=for-the-badge
url: https://github.com/cloudposse/terraform-aws-elastic-beanstalk-application/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-elastic-beanstalk-environment"
description: "Terraform module to provision an AWS Elastic Beanstalk Environment"
url: "https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment"
- name: "terraform-aws-dynamic-subnets"
description: "Terraform module for public and private subnets provisioning in existing VPC"
url: "https://github.com/cloudposse/terraform-aws-dynamic-subnets"
- name: "terraform-aws-multi-az-subnets"
description: "Terraform module for multi-AZ public and private subnets provisioning"
url: "https://github.com/cloudposse/terraform-aws-multi-az-subnets"
- name: "terraform-aws-vpc"
description: "Terraform Module that defines a VPC with public/private subnets across multiple AZs with Internet Gateways"
url: "https://github.com/cloudposse/terraform-aws-vpc"
- name: "terraform-aws-named-subnets"
description: "Terraform module for named subnets provisioning."
url: "https://github.com/cloudposse/terraform-aws-named-subnets"
- name: "terraform-aws-cloudwatch-flow-logs"
description: "Terraform module for enabling flow logs for vpc and subnets."
url: "https://github.com/cloudposse/terraform-aws-cloudwatch-flow-logs"
- name: "terraform-aws-vpc-peering"
description: "Terraform module to create a peering connection between two VPCs"
url: "https://github.com/cloudposse/terraform-aws-vpc-peering"
references:
- name: "terraform-aws-jenkins"
description: "Terraform module to provision a complete Jenkins stack on Elastic Beanstalk by deploying Jenkins as a docker container using CodeBuild and CodePipeline with an ECR registry and EFS filesystem."
url: "https://github.com/cloudposse/terraform-aws-jenkins"
# Short description of this project
description: |-
Terraform module to provision AWS Elastic Beanstalk application
include:
- "docs/targets.md"
- "docs/terraform.md"
# Contributors to this project
contributors: []