You've already forked terraform-fastly
24 lines
255 B
Markdown
24 lines
255 B
Markdown
# Terraform Fastly
|
|
|
|
POC/exploration of Fastly Terraform provider
|
|
|
|
## Usage
|
|
|
|
Export the API key:
|
|
|
|
```bash
|
|
export FASTLY_API_KEY="das_key"
|
|
```
|
|
|
|
Navigate to the right project, init and plan:
|
|
|
|
```bash
|
|
cd poc
|
|
terraform init
|
|
terraform plan
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|