This repository is a Terraform provider that allows you to reuse string values across your Terraform configurations. The provider offers functionality to set string values and maintain them even when a new value is not provided.
- String value persistence: Values are maintained even when not specified in subsequent configurations
- Flexible value handling: Values can be updated when needed
- Safe value management: Prevents unwanted nulling of values
- State storage: The provider can be used to persistently store values from external data sources (e.g. certificates) in the Terraform state across multiple plan and apply runs
- Clone the repository
- Enter the repository directory
- Build the provider using the Go
installcommand: