Skip to content

Repository files navigation

Terraform Provider String Reuse

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.

Features

  • 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

Requirements

Building The Provider

  1. Clone the repository
  2. Enter the repository directory
  3. Build the provider using the Go install command:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages