Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilenko, Maksim (contracted) authored and Bilenko, Maksim (contracted) committed Jul 15, 2020
1 parent 867102b commit cf5947a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Once this functionality would be marged to terraform aws provider this repositor
### main.tf
```terraform
provider "synthetics" {
version = "v0.1.0"
version = "v0.1.1"
# assume_role {
# role_arn = var.assume_role_arn
# }
Expand Down Expand Up @@ -51,15 +51,15 @@ resource "synthetics_canary" "terraform-deploy-test" {

```bash
mkdir -p terraform.d/plugins/linux_amd64
wget https://github.com/MaksymBilenko/terraform-provider-aws-synthetics/releases/download/v0.1.0/linux_amd64-terraform-provider-aws-synthetics_v0.1.0 -O terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.1.0
chmod +x terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.1.0
wget https://github.com/MaksymBilenko/terraform-provider-aws-synthetics/releases/download/v0.1.1/linux_amd64-terraform-provider-aws-synthetics_v0.1.1 -O terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.1.1
chmod +x terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.1.1
terraform init
```

### Init MacOS
```bash
mkdir -p terraform.d/plugins/darwin_amd64
wget https://github.com/MaksymBilenko/terraform-provider-aws-synthetics/releases/download/v0.1.0/darwin_amd64-terraform-provider-aws-synthetics_v0.1.0 -O terraform.d/plugins/darwin_amd64/terraform-provider-synthetics_v0.1.0
chmod +x terraform.d/plugins/darwin_amd64/terraform-provider-synthetics_v0.1.0
wget https://github.com/MaksymBilenko/terraform-provider-aws-synthetics/releases/download/v0.1.1/darwin_amd64-terraform-provider-aws-synthetics_v0.1.1 -O terraform.d/plugins/darwin_amd64/terraform-provider-synthetics_v0.1.1
chmod +x terraform.d/plugins/darwin_amd64/terraform-provider-synthetics_v0.1.1
terraform init
```

0 comments on commit cf5947a

Please sign in to comment.