Skip to content

Commit ac59662

Browse files
committed
Release terraform-provider-matchbox v0.3.0
1 parent 707f23a commit ac59662

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Notable changes between releases.
44

55
## Latest
66

7+
## v0.3.0
8+
79
* Add compatibility with Terraform v0.12. Retain v0.11 compatibility ([#42](https://github.com/poseidon/terraform-provider-matchbox/pull/42))
810

911
## v0.2.3

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Add the `terraform-provider-matchbox` plugin binary for your system to the Terraform 3rd-party [plugin directory](https://www.terraform.io/docs/configuration/providers.html#third-party-plugins) `~/.terraform.d/plugins`.
1414

1515
```sh
16-
VERSION=v0.2.3
16+
VERSION=v0.3.0
1717
wget https://github.com/poseidon/terraform-provider-matchbox/releases/download/$VERSION/terraform-provider-matchbox-$VERSION-linux-amd64.tar.gz
1818
tar xzf terraform-provider-matchbox-$VERSION-linux-amd64.tar.gz
1919
mv terraform-provider-matchbox-$VERSION-linux-amd64/terraform-provider-matchbox ~/.terraform.d/plugins/terraform-provider-matchbox_$VERSION
@@ -26,7 +26,8 @@ $ tree ~/.terraform.d/
2626
/home/user/.terraform.d/
2727
└── plugins
2828
├── terraform-provider-matchbox_v0.2.2
29-
└── terraform-provider-matchbox_v0.2.3
29+
├── terraform-provider-matchbox_v0.2.3
30+
└── terraform-provider-matchbox_v0.3.0
3031
```
3132

3233
## Usage
@@ -37,7 +38,7 @@ Configure the Matchbox provider to use your Matchbox API endpoint and client cer
3738

3839
```tf
3940
provider "matchbox" {
40-
version = "0.2.3"
41+
version = "0.3.0"
4142
endpoint = "matchbox.example.com:8081"
4243
client_cert = "${file("~/.matchbox/client.crt")}"
4344
client_key = "${file("~/.matchbox/client.key")}"

0 commit comments

Comments
 (0)