You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/main/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ To quickly run the example for testing purposes, you can:
9
9
10
10
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.
11
11
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`
0 commit comments