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
- Host: GitHub
- URL: https://github.com/integralist/terraform-provider-fastly-framework
- Owner: Integralist
- License: mpl-2.0
- Created: 2022-12-16T09:46:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T01:57:50.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:13:47.063Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 339 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).