# README
terraform-plugin-framework-planmodifiers
This repository contains the plan modifiers for the Terraform Plugin Framework.
Installation
For installing the plan modifiers, you can use the go get
command:
go get github.com/orange-cloudavenue/terraform-plugin-framework-planmodifiers@latest
Documentation
For more information about the plan modifiers, please refer to the documentation.
# Packages
Package boolplanmodifier provides a plan modifier for boolean values.
Package int64planmodifier provides a plan modifier for int64 values.
Package stringplanmodifier provides a plan modifier for string values.