Skip to content

Commit e8d3095

Browse files
Updated README
Push users to the .8.8 Terraform binary by replacing links from the top level download page to .8.8.
1 parent adca7a1 commit e8d3095

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,30 @@ The Terraform provider provides coverage for the entire BMC API excluding the Lo
1818
## Getting started
1919
Be sure to read the FAQ and Writing Terraform configurations for OBMCS in [/docs](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs).
2020

21+
### Download Terraform
22+
Find the appropriate **.8.8 binary** for your platform, download it.
23+
* [OSX, macOS (x64)](https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_darwin_amd64.zip)
24+
* [Linux (x64)](https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_linux_amd64.zip)
25+
* [Windows (x64)](https://releases.hashicorp.com/terraform/0.8.8/terraform_0.8.8_windows_amd64.zip)
26+
27+
[Other platforms](https://releases.hashicorp.com/terraform/0.8.8/)
28+
2129
### Install Terraform
22-
https://www.terraform.io/downloads.html
30+
https://www.terraform.io/intro/getting-started/install.html
2331

24-
### Download the OBMCS Terraform provider binary
25-
Find the appropriate binary for [your platform here](https://github.com/oracle/terraform-provider-baremetal/releases), download it.
32+
### Get the Oracle Bare Metal Cloud Terraform provider
33+
https://github.com/oracle/terraform-provider-baremetal/releases
2634

27-
#### \*nix
35+
Unpack the provider to an appropriate location then -
36+
#### On \*nix
2837
Create `~/.terraformrc` that specifies the path to the `baremetal` provider.
2938
```
3039
providers {
3140
baremetal = "<path_to_provider_binary/terraform-provider-baremetal>"
3241
}
3342
```
3443

35-
#### Windows
44+
#### On Windows
3645
Create `%APPDATA%/terraform.rc` that specifies the path to the `baremetal` provider.
3746
```
3847
providers {
@@ -91,7 +100,7 @@ There are 2 issues with the potential for unexpected data loss.
91100
1. [Issue #44, running apply in an enviroment where a subnet has multiple attached Security Lists can cause all of the instances in the subnet to be terminated and re-created.](https://github.com/oracle/terraform-provider-baremetal/issues/44)
92101
2. [Issue #45, not currently reproducible. Running apply in an enviroment with attached block volumes can cause all of the block volumes to be temporarily detatched and reattached. This leads to block volume IO interruption.](https://github.com/oracle/terraform-provider-baremetal/issues/45)
93102

94-
[Other issues.](https://github.com/oracle/terraform-provider-baremetal/issues)
103+
[Other issues](https://github.com/oracle/terraform-provider-baremetal/issues)
95104

96105
## About the provider
97106
This provider was written on behalf of Oracle by [MustWin.](http://mustwin.com/)

0 commit comments

Comments
 (0)