-
Notifications
You must be signed in to change notification settings - Fork 20
Conversation
This MarkDown file provides instructions on how to build terraform providers before performing terraform init & apply subsequently.
Added Terraform Providers sub-section under Pre-requisites.
README.md
Outdated
@@ -22,6 +22,7 @@ Run this code from either Mac or Linux (Intel) system. | |||
- **Git**: Please refer to the following [link](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) for instructions | |||
on installing `git` for Linux and Mac. | |||
- **Terraform**: You'll need to use version `0.12.20`. Please refer to the following [link](https://learn.hashicorp.com/terraform/getting-started/install.html) for instructions on installing `terraform` for Linux and Mac. | |||
- **Terraform Providers**: Please ensure terraform providers are built and installed on KVM host. You can follow the [Build Terraform Providers](docs/terraform-provider-build.md) guide. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KVM host -> Terraform client machine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
# Steps to build terraform providers | ||
|
||
Follow below steps to setup terraform providers. These steps are required to be followed before running the automation. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A note to follow below sections depending on the client arch would help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated documentation to emphasize the steps required to be followed based on Terraform Client Machine Architecture.
Updated KVM Host --> Terraform Client Machine
Updated Markdown file to emphasize steps to be followed based on Terraform Client Machine Architecture
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks @krishvoor
This PR Aims at providing a fix for #6 by updating the relevant Documentation.