diff --git a/examples/terraform/aws/README.md b/examples/terraform/aws/README.md index 70a43db..f72355f 100644 --- a/examples/terraform/aws/README.md +++ b/examples/terraform/aws/README.md @@ -6,7 +6,6 @@ This directory provides an example flow for using Mirantis Launchpad with Terraf * An account and credentials for AWS. * Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install) -* [yq installed](https://github.com/mikefarah/yq#install) ## Steps diff --git a/examples/terraform/azure/README.md b/examples/terraform/azure/README.md index 0ec6b2e..a992ae9 100644 --- a/examples/terraform/azure/README.md +++ b/examples/terraform/azure/README.md @@ -6,7 +6,6 @@ This directory provides an example flow for using Mirantis Launchpad with Terraf * An account and credentials for Azure. * Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install) -* [yq installed](https://github.com/mikefarah/yq#install) ## Steps diff --git a/examples/terraform/hetzner/README.md b/examples/terraform/hetzner/README.md index ea4bcec..7b17c4a 100644 --- a/examples/terraform/hetzner/README.md +++ b/examples/terraform/hetzner/README.md @@ -7,7 +7,6 @@ This directory provides an example flow with Mirantis Launchpad tool together wi * You need an account and API token for Hetzner * Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install) -* [yq installed](https://github.com/mikefarah/yq#install) ## Steps diff --git a/examples/terraform/openstack/README.md b/examples/terraform/openstack/README.md index 53de948..9d9a597 100644 --- a/examples/terraform/openstack/README.md +++ b/examples/terraform/openstack/README.md @@ -6,7 +6,6 @@ This directory provides an example flow with Mirantis Launchpad together with Te * You need an account and credentials for an OpenStack Tenant. * Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install) -* [yq installed](https://github.com/mikefarah/yq#install) * [Generate SSH key](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key) ## Steps @@ -14,7 +13,7 @@ This directory provides an example flow with Mirantis Launchpad together with Te 1. Create terraform.tfvars file with needed details. You can use the provided terraform.tfvars.example as a baseline. 2. `terraform init` 3. Create SSH key and configure path -4. Create Cloud Provider config file and configure path +4. Create Cloud Provider config file and configure path 5. Configure .tfvars file with all necessary parameters 6. `terraform apply` 7. `terraform output ucp_cluster > launchpad.yaml` diff --git a/examples/terraform/vmware/README.md b/examples/terraform/vmware/README.md index bce0ace..16f46a6 100644 --- a/examples/terraform/vmware/README.md +++ b/examples/terraform/vmware/README.md @@ -7,7 +7,6 @@ This directory provides an example flow with Mirantis Launchpad tool together wi * You need VMware vSphere credentials for API operations * Terraform [installed](https://learn.hashicorp.com/terraform/getting-started/install) -* [yq installed](https://github.com/mikefarah/yq#install) ## Steps