Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document and recommend terraform-provider-matchbox v0.2.3 #402

Merged
merged 1 commit into from
Feb 16, 2019

Conversation

dghubble
Copy link
Member

@dghubble dghubble commented Feb 16, 2019

Excerpts:

Setup

Add the terraform-provider-matchbox plugin binary for your system to ~/.terraform.d/plugins/, noting the final name.

wget https://github.com/coreos/terraform-provider-matchbox/releases/download/v0.2.3/terraform-provider-matchbox-v0.2.3-linux-amd64.tar.gz
tar xzf terraform-provider-matchbox-v0.2.3-linux-amd64.tar.gz
mv terraform-provider-matchbox-v0.2.3-linux-amd64/terraform-provider-matchbox ~/.terraform.d/plugins/terraform-provider-matchbox_v0.2.3

Provider

Configure the Matchbox provider to use your Matchbox API endpoint and client certificate in a providers.tf file.

provider "matchbox" {
  version     = "0.2.3"
  endpoint    = "matchbox.example.com:8081"
  client_cert = "${file("~/.config/matchbox/client.crt")}"
  client_key  = "${file("~/.config/matchbox/client.key")}"
  ca          = "${file("~/.config/matchbox/ca.crt")}"
}
...

@dghubble dghubble force-pushed the upgrade-terraform-provider-matchbox branch from c84521d to e5597b3 Compare February 16, 2019 23:05
@dghubble dghubble force-pushed the upgrade-terraform-provider-matchbox branch from e5597b3 to d988822 Compare February 16, 2019 23:08
@dghubble dghubble merged commit d988822 into master Feb 16, 2019
@dghubble dghubble deleted the upgrade-terraform-provider-matchbox branch February 17, 2019 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant