Skip to content

Commit

Permalink
Fix: string is not an available format for env0_configuration_variable (
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerHeber committed Mar 1, 2024
1 parent 8eaf010 commit 32db3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env0/resource_configuration_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func resourceConfigurationVariable() *schema.Resource {
},
"format": {
Type: schema.TypeString,
Description: "specifies the format of the configuration value (HCL/JSON)",
Description: "specifies the format of the configuration value ('HCL' or 'JSON'). If none is specified, 'JSON' and 'HCL' values will be considered to be a 'string' (text) type",
Default: "",
Optional: true,
ValidateFunc: ValidateConfigurationPropertySchema,
Expand Down

0 comments on commit 32db3a2

Please sign in to comment.