https://github.com/orange-cloudavenue/terraform-plugin-framework-validators
Common Use Case Validators for terraform-plugin-framework
https://github.com/orange-cloudavenue/terraform-plugin-framework-validators
terraform terraform-plugin-framework terraform-validator
Last synced: about 1 year ago
JSON representation
Common Use Case Validators for terraform-plugin-framework
- Host: GitHub
- URL: https://github.com/orange-cloudavenue/terraform-plugin-framework-validators
- Owner: orange-cloudavenue
- License: mpl-2.0
- Created: 2024-12-26T19:46:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T08:21:30.000Z (about 1 year ago)
- Last Synced: 2025-04-09T09:29:00.229Z (about 1 year ago)
- Topics: terraform, terraform-plugin-framework, terraform-validator
- Language: Go
- Homepage: https://orange-cloudavenue.github.io/terraform-plugin-framework-validators/
- Size: 1.04 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-plugin-framework-validators
This repository contains the validators for the Terraform Plugin Framework.
## Installation
For installing the validators, you can use the `go get` command:
```sh
go get github.com/orange-cloudavenue/terraform-plugin-framework-validators@latest
```
## Documentation
For more information about the plan modifiers, please refer to the [documentation](https://orange-cloudavenue.github.io/terraform-plugin-framework-validators/).