Skip to content

Commit 69ac57e

Browse files
docs(examples/main/readme): update steps ordering
1 parent fc79676 commit 69ac57e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/main/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ To quickly run the example for testing purposes, you can:
99

1010
1. Copy the [terraform.tfvars.example](./terraform.tfvars.example) file into a new `terraform.tfvars` file and replace the values with your own. The variables are defined and described in the [variables.tf](./variables.tf) file.
1111
2. Copy your Fastly API token
12-
4. Run `terraform init`.
13-
5. Run `terraform apply -target=module.fingerprint_fastly_vcl_integration.module.compute_asset`
14-
7. Run `terraform plan`.
15-
8. Run `terraform apply`.
12+
3. Run `terraform init`.
13+
4. Run `terraform apply -target=module.fingerprint_fastly_vcl_integration.module.compute_asset`
14+
5. Run `terraform plan`.
15+
6. Run `terraform apply`.
1616

1717
### Using in production
1818

0 commit comments

Comments
 (0)