Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labd/terraform-provider-contentstack
Terraform provider for Contentstack
https://github.com/labd/terraform-provider-contentstack
contentstack terraform terraform-provider
Last synced: about 4 hours ago
JSON representation
Terraform provider for Contentstack
- Host: GitHub
- URL: https://github.com/labd/terraform-provider-contentstack
- Owner: labd
- License: mit
- Created: 2022-01-03T12:30:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T11:39:57.000Z (3 months ago)
- Last Synced: 2024-08-02T13:09:49.204Z (3 months ago)
- Topics: contentstack, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/labd/contentstack/latest/docs
- Size: 101 KB
- Stars: 9
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Contentstack Terraform Provider
The Terraform provider for [Contentstack](https://www.contentstack.com/) allows
you to configure your Contenstack stack with infrastructure-as-code principles.## Usage
The full documentation is available via https://registry.terraform.io/providers/labd/contentstack/latest/docs
Add the following to your terraform project:
```hcl
terraform {
required_providers {
contentstack = {
source = "labd/contentstack"
}
}
}
```## Authors
This project is developed by [Lab Digital](https://www.labdigital.nl). We
welcome additional contributors. Please see our
[GitHub repository](https://github.com/labd/terraform-provider-contentstack)
for more information.