You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,30 @@ The Terraform provider provides coverage for the entire BMC API excluding the Lo
18
18
## Getting started
19
19
Be sure to read the FAQ and Writing Terraform configurations for OBMCS in [/docs](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs).
20
20
21
+
### Download Terraform
22
+
Find the appropriate **.8.8 binary** for your platform, download it.
Create `%APPDATA%/terraform.rc` that specifies the path to the `baremetal` provider.
37
46
```
38
47
providers {
@@ -91,7 +100,7 @@ There are 2 issues with the potential for unexpected data loss.
91
100
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)
92
101
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)
0 commit comments