An open API service indexing awesome lists of open source software.

https://github.com/integralist/terraform-provider-fastly-framework

Rebuilding the official Fastly Terraform provider using the new HashiCorp Terraform plugin framework
https://github.com/integralist/terraform-provider-fastly-framework

Last synced: 5 months ago
JSON representation

Rebuilding the official Fastly Terraform provider using the new HashiCorp Terraform plugin framework

Awesome Lists containing this project

README

          

# Fastly Terraform Provider

> 🚨 This provider is WIP (Work in Progress).

The Fastly Terraform Provider interacts with most facets of the [Fastly API](https://developer.fastly.com/reference/api) and uses the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework).

## Using the provider

Consumers should refer to the [EXAMPLES](./examples/)

## Developing the Provider

We document issues with the provider in [`ISSUES.md`](./ISSUES.md).

We document information related to developing the provider in [`DEVELOPMENT.md`](./DEVELOPMENT.md).