|
1 | 1 | [![Travis][travis-image]][travis-link] |
2 | 2 | [![Gitter][gitter-image]][gitter-link] |
| 3 | +[![GitHub][github-image]][github-link] |
3 | 4 |
|
4 | 5 | [travis-image]: https://travis-ci.org/squidfunk/terraform-aws-github-ci.svg?branch=master |
5 | 6 | [travis-link]: https://travis-ci.org/squidfunk/terraform-aws-github-ci |
6 | 7 | [gitter-image]: https://badges.gitter.im/squidfunk/terraform-aws-github-ci.svg |
7 | 8 | [gitter-link]: https://gitter.im/squidfunk/terraform-aws-github-ci |
| 9 | + [github-image]: https://img.shields.io/github/release/squidfunk/terraform-aws-github-ci.svg |
| 10 | + [github-link]: https://github.com/squidfunk/terraform-aws-github-ci/releases |
8 | 11 |
|
9 | 12 | # Terraform AWS GitHub CI |
10 | 13 |
|
@@ -36,11 +39,11 @@ regardless of how much you use them. |
36 | 39 |
|
37 | 40 | ### Standalone |
38 | 41 |
|
39 | | -Prerequisites are an AWS and GitHub account and a repository you want to be |
40 | | -built. The repository must specify a `buildspec.yml` which is documented |
41 | | -[here][2]. If you want to get started straight away and have no experience in |
42 | | -Terraform, just [set up your AWS credentials][3], [install Terraform][4], clone |
43 | | -the repository and apply the configuration from the root folder with: |
| 42 | +You need an AWS and GitHub account and a repository you want to be built. The |
| 43 | +repository must specify a `buildspec.yml` which is documented [here][2]. If you |
| 44 | +want to get started straight away and have no experience in Terraform, just |
| 45 | +[set up your AWS credentials][3], [install Terraform][4], clone the repository |
| 46 | +and apply the configuration from the root folder with: |
44 | 47 |
|
45 | 48 | ``` bash |
46 | 49 | terraform apply \ |
|
0 commit comments