Skip to content

Commit

Permalink
Added terraform init to the configuration
Browse files Browse the repository at this point in the history
Without this we won't have the plugins installed for everything to work correctly.
  • Loading branch information
jac1013 committed Oct 18, 2017
1 parent 345d380 commit 689fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ output "my_project.public_dns" {
}
```

then `terraform get`, `terraform plan` and `terraform apply` when you are good.
then `terraform init`, `terraform get`, `terraform plan` and `terraform apply` and you are good to go.

## `modules/ec2-postgresql`
it will create a ubuntu 16.04 with all from `modules/ec2` plus
Expand Down

0 comments on commit 689fc57

Please sign in to comment.