1
Files
2026-01-16 16:20:39 +01:00

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