Skip to content

Commit

Permalink
TER-232: Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored and Shr3ps committed Mar 5, 2018
1 parent b84f02c commit 9352995
Showing 1 changed file with 50 additions and 48 deletions.
98 changes: 50 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,59 @@ TF example:

```
provider "ghost" {
user = "admin"
password = "mypass"
user = "admin"
password = "mypass"
server_url = "https://demo.ghost.morea.fr"
}
resource "ghost_app" "wordpress" {
name = "wordpress"
role = "webfront"
env = "prod"
region = "eu-west-1"
instance_type = "t2.micro"
log_notifications = ["[email protected]"]
vpc_id = "vpc-3f1eb65a"
build_infos = {
subnet_id = "subnet-a7e849fe"
ssh_username = "admin"
source_ami = "ami-03ce4474"
}
environment_infos = {
instance_profile = "iam.ec2.demo"
key_name = "ghost-demo"
root_block_device = {}
optional_volumes = []
subnet_ids = ["subnet-a7e849fe"]
security_groups = ["sg-6814f60c"]
}
autoscale = {
name = ""
}
module = {
name = "symfony2"
pre_deploy = "ZXhpdCAx"
path = "/var/www"
scope = "code"
git_repo = "https://github.com/KnpLabs/KnpIpsum.git"
}
feature = {
version = "5.4"
name = "php5"
}
feature = {
version = "2.2"
name = "apache2"
}
name = "wordpress"
env = "prod"
role = "webfront"
region = "eu-west-1"
instance_type = "t2.micro"
vpc_id = "vpc-3f1eb65a"
log_notifications = [
"[email protected]",
]
build_infos = {
subnet_id = "subnet-a7e849fe"
ssh_username = "admin"
source_ami = "ami-03ce4474"
}
environment_infos = {
instance_profile = "iam.ec2.demo"
key_name = "ghost-demo"
root_block_device = {}
optional_volumes = []
subnet_ids = ["subnet-a7e849fe"]
security_groups = ["sg-6814f60c"]
}
autoscale = {
name = ""
}
module = {
name = "symfony2"
pre_deploy = "ZXhpdCAx"
path = "/var/www"
scope = "code"
git_repo = "https://github.com/KnpLabs/KnpIpsum.git"
}
feature = {
version = "5.4"
name = "php5"
}
feature = {
version = "2.2"
name = "apache2"
}
}
```

0 comments on commit 9352995

Please sign in to comment.