Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 15, 2017
1 parent e94bd5f commit 45d4185
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[![Travis][travis-image]][travis-link]
[![Gitter][gitter-image]][gitter-link]
[![GitHub][github-image]][github-link]

[travis-image]: https://travis-ci.org/squidfunk/terraform-aws-github-ci.svg?branch=master
[travis-link]: https://travis-ci.org/squidfunk/terraform-aws-github-ci
[gitter-image]: https://badges.gitter.im/squidfunk/terraform-aws-github-ci.svg
[gitter-link]: https://gitter.im/squidfunk/terraform-aws-github-ci
[github-image]: https://img.shields.io/github/release/squidfunk/terraform-aws-github-ci.svg
[github-link]: https://github.com/squidfunk/terraform-aws-github-ci/releases

# Terraform AWS GitHub CI

Expand Down Expand Up @@ -36,11 +39,11 @@ regardless of how much you use them.

### Standalone

Prerequisites are an AWS and GitHub account and a repository you want to be
built. The repository must specify a `buildspec.yml` which is documented
[here][2]. If you want to get started straight away and have no experience in
Terraform, just [set up your AWS credentials][3], [install Terraform][4], clone
the repository and apply the configuration from the root folder with:
You need an AWS and GitHub account and a repository you want to be built. The
repository must specify a `buildspec.yml` which is documented [here][2]. If you
want to get started straight away and have no experience in Terraform, just
[set up your AWS credentials][3], [install Terraform][4], clone the repository
and apply the configuration from the root folder with:

``` bash
terraform apply \
Expand Down

0 comments on commit 45d4185

Please sign in to comment.