Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equinix/terraform-provider-equinix
Terraform Equinix provider
https://github.com/equinix/terraform-provider-equinix
equinix equinix-platform terraform terraform-provider
Last synced: 5 days ago
JSON representation
Terraform Equinix provider
- Host: GitHub
- URL: https://github.com/equinix/terraform-provider-equinix
- Owner: equinix
- License: mit
- Created: 2020-07-22T09:17:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T23:29:47.000Z (14 days ago)
- Last Synced: 2024-12-15T06:06:55.721Z (12 days ago)
- Topics: equinix, equinix-platform, terraform, terraform-provider
- Language: Go
- Homepage: https://deploy.equinix.com/labs/terraform-provider-equinix/
- Size: 4.19 MB
- Stars: 46
- Watchers: 17
- Forks: 45
- Open Issues: 142
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Terraform Provider for Equinix Platform
The Terraform Equinix provider is a plugin for Terraform that allows for lifecycle
management of Equinix Platform resources.[![Go Tests](https://github.com/equinix/terraform-provider-equinix/actions/workflows/test.yml/badge.svg)](https://github.com/equinix/terraform-provider-equinix/actions/workflows/test.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/equinix/terraform-provider-equinix)](https://goreportcard.com/report/github.com/equinix/terraform-provider-equinix)
[![GoDoc](https://godoc.org/github.com/go-resty/resty?status.svg)](https://godoc.org/github.com/equinix/terraform-provider-equinix)
![GitHub](https://img.shields.io/github/license/equinix/terraform-provider-equinix)
[![Equinix Community](https://img.shields.io/badge/Equinix%20Community%20-%20%23E91C24?logo=equinixmetal)](https://community.equinix.com)---
## Requirements
- [Terraform](https://www.terraform.io/downloads.html) 0.12+
## Using the provider
The Equinix provider will be installed automatically from official Terraform
registry on `terraform init`.See the [Equinix Provider documentation](https://registry.terraform.io/providers/equinix/equinix/latest/docs)
to get started using the Equinix provider.## Documentation
- full documentation is available on [Terraform Registry website](https://registry.terraform.io/providers/equinix/equinix/latest/docs)
- use case driven guides can be found in [Equinix Provider examples directory](examples/)
- collection of modules can be found in
[Terraform Equinix modules directory](modules/)## Developing the provider
Check [Equinix provider development](DEVELOPMENT.md) for guides on building
and developing the provider.