Skip to content

Commit

Permalink
Update readme documentation with some small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Aug 25, 2018
1 parent 1b5cfd8 commit 84a5a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Credentials

Credentials can be setup in different ways. The modules within this repository either expects the credentials to be available via environment variables or supplied directly to terraform as variables.
Credentials can be setup in different ways. The modules within this repository either expect the credentials to be available via environment variables or supplied directly to terraform as variables.

```
export AWS_ACCESS_KEY_ID="[acceskey]"
Expand Down Expand Up @@ -237,4 +237,4 @@ Extra user data can be applied through `user_extra_data` which expects an archiv

> User data is limited to 16 KB. This limit applies to the data in raw form, not base64-encoded form.
If any changes need to be done to one of the script make them directly in the files and the repackage them to the archive. This makes sure that the changes are still showing up in code version control.
If any changes need to be done to one of the scripts apply them directly in the files and then package them into `user-data.tar.gz`. This makes sure that the changes are still showing up in code version control.

0 comments on commit 84a5a97

Please sign in to comment.