Remove mention of ct plugin in bare-metal docs
This commit is contained in:
parent
62d7ccfff3
commit
da63c89d71
|
@ -124,19 +124,10 @@ tar xzf terraform-provider-matchbox-v0.2.2-linux-amd64.tar.gz
|
||||||
sudo mv terraform-provider-matchbox-v0.2.2-linux-amd64/terraform-provider-matchbox /usr/local/bin/
|
sudo mv terraform-provider-matchbox-v0.2.2-linux-amd64/terraform-provider-matchbox /usr/local/bin/
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the [terraform-provider-ct](https://github.com/coreos/terraform-provider-ct) plugin binary for your system.
|
Add the plugin to your `~/.terraformrc`.
|
||||||
|
|
||||||
```sh
|
|
||||||
wget https://github.com/coreos/terraform-provider-ct/releases/download/v0.2.0/terraform-provider-ct-v0.2.0-linux-amd64.tar.gz
|
|
||||||
tar xzf terraform-provider-ct-v0.2.0-linux-amd64.tar.gz
|
|
||||||
sudo mv terraform-provider-ct-v0.2.0-linux-amd64/terraform-provider-ct /usr/local/bin/
|
|
||||||
```
|
|
||||||
|
|
||||||
Add the plugins to your `~/.terraformrc`.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
providers {
|
providers {
|
||||||
ct = "/usr/local/bin/terraform-provider-ct"
|
|
||||||
matchbox = "/usr/local/bin/terraform-provider-matchbox"
|
matchbox = "/usr/local/bin/terraform-provider-matchbox"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue