Skip to content

Commit

Permalink
Fix terraform command example (#70)
Browse files Browse the repository at this point in the history
* Update README.md

to resolve #67

* Update examples/terraform/aws/README.md

Co-authored-by: Kimmo Lehto <[email protected]>

Co-authored-by: Kimmo Lehto <[email protected]>
  • Loading branch information
ankolesnikov and kke authored Apr 8, 2021
1 parent 803305b commit 93be7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ This directory provides an example flow for using Mirantis Launchpad with Terraf
1. Create terraform.tfvars file with needed details. You can use the provided terraform.tfvars.example as a baseline.
2. `terraform init`
3. `terraform apply`
4. `terraform output mke_cluster | launchpad apply --config -`
4. `terraform output --raw mke_cluster | launchpad apply --config -`

0 comments on commit 93be7dc

Please sign in to comment.