Skip to content

Commit 9ce8024

Browse files
committed
docs: update README
1 parent 9c09a27 commit 9ce8024

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,21 @@ For an overview of the module structure, refer to [generated terraform docs](./T
6363
EOF
6464
```
6565
66-
2. Create a directory and navigate into it.
67-
68-
```sh
69-
mkdir terraform-aws-meshplatform
70-
cd terraform-aws-meshplatform
71-
```
72-
73-
3. Create a `main.tf` and an `outputs.tf` files in the created directory that references this module
74-
75-
> See [Example Usages](#example-usages)
66+
2. Download the example `main.tf` and `outputs.tf` files.
7667
7768
```sh
69+
# Downloads main.tf and outputs.tf files into ~/terraform-aws-meshplatform
7870
wget https://raw.githubusercontent.com/meshcloud/terraform-aws-meshplatform/main/examples/basic-aws-integration/main.tf -O ~/terraform-aws-meshplatform/main.tf
79-
8071
wget https://raw.githubusercontent.com/meshcloud/terraform-aws-meshplatform/main/examples/basic-aws-integration/outputs.tf -O ~/terraform-aws-meshplatform/outputs.tf
8172
```
8273
83-
4. Run
74+
3. Open `~/terraform-aws-meshplatform/main.tf` with a text editor. Modify the module variables and Terraform state backend settings in the file.
75+
76+
4. Execute the module.
8477
8578
```sh
79+
# Changes into ~/terraform-aws-meshplatform and applies terraform
80+
cd ~/terraform-aws-meshplatform
8681
terraform init
8782
terraform apply
8883
```

0 commit comments

Comments
 (0)