Skip to content

Commit

Permalink
chore: release version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfarrell committed Dec 18, 2018
1 parent 717b6ca commit 52706ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Note that schemas are the lowest level of granularity here, tables should be cre

# Get it:
Download for amd64 (for other architectures and OSes you can build from source as descibed below)
* [Windows](https://github.com/frankfarrell/terraform-provider-redshift/raw/master/dist/windows/amd64/terraform-provider-redshift_v0.0.1_x4.exe)
* [Linux](https://github.com/frankfarrell/terraform-provider-redshift/raw/master/dist/linux/amd64/terraform-provider-redshift_v0.0.1_x4)
* [Mac](https://github.com/frankfarrell/terraform-provider-redshift/raw/master/dist/darwin/amd64/terraform-provider-redshift_v0.0.1_x4)
* [Windows](https://github.com/frankfarrell/terraform-provider-redshift/raw/master/dist/windows/amd64/terraform-provider-redshift_v0.0.2_x4.exe)
* [Linux](https://github.com/frankfarrell/terraform-provider-redshift/raw/master/dist/linux/amd64/terraform-provider-redshift_v0.0.2_x4)
* [Mac](https://github.com/frankfarrell/terraform-provider-redshift/raw/master/dist/darwin/amd64/terraform-provider-redshift_v0.0.2_x4)

Add to terraform plugins directory: https://www.terraform.io/docs/configuration/providers.html#third-party-plugins

Expand Down Expand Up @@ -115,7 +115,7 @@ Creating a user who can only connect using IAM Credentials as described [here](h
```
resource "redshift_user" "testuser"{
"username" = "testusernew",
"password_disabled" = true
"password_disabled" = true # No need to specify a pasword is this is true
"connection_limit" = "1"
}
```
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 52706ca

Please sign in to comment.