Skip to main content

tharsis_variable

Defines and manages a namespace variable.

Schema​

Required​

  • category (String) Whether this variable is a Terraform or an environment variable.
  • key (String) This variable's key (within its namespace).
  • namespace_path (String) The path to this variable's namespace.
  • value (String) This variable's value.

Read-Only​

  • id (String) String identifier of the namespace variable.