Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akamai/terraform-provider-akamai
Terraform Akamai provider
https://github.com/akamai/terraform-provider-akamai
akamai akamai-devexp devexp devexp-terraform terraform terraform-provider
Last synced: 6 days ago
JSON representation
Terraform Akamai provider
- Host: GitHub
- URL: https://github.com/akamai/terraform-provider-akamai
- Owner: akamai
- License: mpl-2.0
- Created: 2019-06-06T23:02:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T13:40:50.000Z (about 1 month ago)
- Last Synced: 2025-01-17T16:08:09.624Z (13 days ago)
- Topics: akamai, akamai-devexp, devexp, devexp-terraform, terraform, terraform-provider
- Language: Go
- Homepage: https://www.terraform.io/docs/providers/akamai/
- Size: 44.3 MB
- Stars: 110
- Watchers: 42
- Forks: 100
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
Akamai Provider for Terraform
==================![Build Status](https://github.com/akamai/terraform-provider-akamai/actions/workflows/checks.yml/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/akamai/terraform-provider-akamai/v6)](https://goreportcard.com/report/github.com/akamai/terraform-provider-akamai/v6)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/akamai/terraform-provider-akamai)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL_2.0-blue.svg)](https://opensource.org/licenses/MPL-2.0)
[![GoDoc](https://godoc.org/github.com/akamai/terraform-provider-akamai?status.svg)](https://pkg.go.dev/github.com/akamai/terraform-provider-akamai/v6)Use the Akamai Provider to manage and provision your Akamai configurations in Terraform. You can use the Akamai Provider for many Akamai products.
## Requirements
- [Terraform](https://www.terraform.io/downloads.html) 1.0.x
## Installation
To automatically install the Akamai Provider, run `terraform init` on a configuration.
## Documentation
You can find documentation for the Akamai Provider on the [Akamai Techdocs Website](https://techdocs.akamai.com/terraform/docs/overview).
## Credits
Akamai Provider for Terraform uses a version of `dnsjava` that was modified by Akamai. `dnsjava` is used under the terms of the BSD 3-clause license, as shown in [this notice](pkg/providers/dns/internal/txtrecord/jparse.go).