Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snichme authored Jun 19, 2018
1 parent 8ab75e9 commit ddc4bf7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

Setup your CloudAMQP cluster from Terraform

## Install

```sh
git clone https://github.com/cloudamqp/terraform-provider.git
cd terraform-provider
make depupdate
make init
```

Now the provider is installed in the terraform plugins folder and ready to be used.

## Example

```hcl
provider "cloudamqp" {}
resource "cloudamqp_instance" "rmq_bunny" {
Expand Down

0 comments on commit ddc4bf7

Please sign in to comment.