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/minimal/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
## Minimal example for Fingerprint Fastly VCL Proxy Integration
2
2
3
-
This project is an example of how to create a Fastly VCL service for the[Fingerprint Fastly VCL proxy integration Terraform module](https://github.com/fingerprintjs/terraform-fastly-fingerprint-vcl-proxy-integration).
3
+
This is an example Terraform project using[Fingerprint Fastly VCL proxy integration Terraform module](https://github.com/fingerprintjs/terraform-fastly-fingerprint-vcl-proxy-integration).
4
4
Learn more in the [Fastly VCL Proxy Terraform installation guide](https://dev.fingerprint.com/docs/deploy-fastly-vcl-using-terraform).
5
5
6
6
### Running the example
7
7
8
8
To quickly run the example for testing purposes, you can:
9
9
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
10
+
1. Copy the [terraform.tfvars.example](./terraform.tfvars.example) file into a new `terraform.tfvars` file and replace the values with your own.
11
11
```shell
12
12
cd examples/minimal && cp terraform.tfvars.example terraform.tfvars
13
13
```
14
-
2. Copy your Fastly API token
15
-
3. Run `terraform init`
16
-
4. Run `terraform apply -target=module.fingerprint_fastly_vcl_integration.module.vcl_asset`
17
-
5. Run `terraform plan`
18
-
6. Run `terraform apply`
14
+
The variables are defined and described in the [variables.tf](./variables.tf).
15
+
2. Run `terraform init`
16
+
3. Run `terraform apply -target=module.fingerprint_fastly_vcl_integration.module.vcl_asset`
0 commit comments