Skip to content

Commit

Permalink
Update azurecaf/data_environment_variable.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Lheureux <[email protected]>
  • Loading branch information
LaurentLesle and arnaudlh authored Nov 1, 2022
1 parent 54f84a8 commit bf74ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurecaf/data_environment_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func dataEnvironmentVariable() *schema.Resource {
Type: schema.TypeBool,
Optional: true,
Default: false,
Description: "Through an error if the environment variable is not set (default: false).",
Description: "Throws an error if the environment variable is not set (default: false).",
},
"value": {
Type: schema.TypeString,
Expand Down

0 comments on commit bf74ec4

Please sign in to comment.