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
terraform import module.compute.fastly_service_compute.fingerprint_integration "<your empty fastly compute service id>"
17
28
terraform apply
18
29
```
19
30
20
31
# Custom Package
21
32
22
33
If you want to use your own asset instead of downloading latest follow these steps:
23
34
24
-
Place your custom asset in `<project_root>/assets/custom-asset.tar.gz` and then edit your `terraform.tfvars` file, and add these 2 variables:
35
+
Place your custom asset in `<your_module_root>/assets/custom-asset.tar.gz` and then edit your `main.tf` file, and add these 2 variables inside "compute" module block:
0 commit comments