Skip to content

Commit

Permalink
TER-232: Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Mar 5, 2018
1 parent d093f69 commit 661bddb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Terraform provider that manage Ghost apps
# Terraform provider that manages Ghost apps #

TF example:

```
provider "ghost" {
user = "admin"
password = "mypass"
Expand All @@ -11,7 +14,7 @@ resource "ghost_app" "wordpress" {
role = "webfront"
env = "prod"
region = "eu-west-1"
region = "eu-west-1"
instance_type = "t2.micro"
log_notifications = ["[email protected]"]
Expand Down Expand Up @@ -53,4 +56,5 @@ resource "ghost_app" "wordpress" {
version = "2.2"
name = "apache2"
}
}
}
```

0 comments on commit 661bddb

Please sign in to comment.