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

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilenko, Maksim (contracted) authored and Bilenko, Maksim (contracted) committed Jun 30, 2020
1 parent a3dd6a9 commit 2374d54
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.0.3"
version = "v0.0.4"
# assume_role {
# role_arn = var.assume_role_arn
# }
Expand Down Expand Up @@ -47,15 +47,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.0.3/linux_amd64-terraform-provider-aws-synthetics_v0.0.3 -O terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.0.3
chmod +x terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.0.3
wget https://github.com/MaksymBilenko/terraform-provider-aws-synthetics/releases/download/v0.0.4/linux_amd64-terraform-provider-aws-synthetics_v0.0.4 -O terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.0.4
chmod +x terraform.d/plugins/linux_amd64/terraform-provider-synthetics_v0.0.4
terraform init
```

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

0 comments on commit 2374d54

Please sign in to comment.