github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/fastly.md (about) 1 ### Use with Fastly 2 3 Example: 4 5 ``` 6 export FASTLY_API_KEY=[FASTLY_API_KEY] 7 export FASTLY_CUSTOMER_ID=[FASTLY_CUSTOMER_ID] 8 ./terraformer import fastly -r service_v1,user 9 ``` 10 11 List of supported Fastly resources: 12 13 * `service_v1` 14 * `fastly_service_acl_entries_v1` 15 * `fastly_service_dictionary_items_v1` 16 * `fastly_service_dynamic_snippet_content_v1` 17 * `fastly_service_v1` 18 * `user` 19 * `fastly_user_v1`