File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ func (d *envEnsureDataSource) Schema(
71
71
If the environment variable is unset or if it is set to an empty string,
72
72
it will trigger a Terraform-level error.
73
73
74
- Not every Terraform provider checks to ensure that the environment variables it
74
+ -> Not every Terraform provider checks to ensure that the environment variables it
75
75
requires are properly set before performing work, leading to late-stage errors.
76
76
This will force an error to occur early in the execution if the environment
77
77
variable is not set, or if its value doesn't match the expected patttern.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: |-
6
6
Ensures that a given environment variable is set to a non-empty value.
7
7
If the environment variable is unset or if it is set to an empty string,
8
8
it will trigger a Terraform-level error.
9
- Not every Terraform provider checks to ensure that the environment variables it
9
+ -> Not every Terraform provider checks to ensure that the environment variables it
10
10
requires are properly set before performing work, leading to late-stage errors.
11
11
This will force an error to occur early in the execution if the environment
12
12
variable is not set, or if its value doesn't match the expected patttern.
@@ -21,7 +21,7 @@ Ensures that a given environment variable is set to a non-empty value.
21
21
If the environment variable is unset or if it is set to an empty string,
22
22
it will trigger a Terraform-level error.
23
23
24
- Not every Terraform provider checks to ensure that the environment variables it
24
+ -> Not every Terraform provider checks to ensure that the environment variables it
25
25
requires are properly set before performing work, leading to late-stage errors.
26
26
This will force an error to occur early in the execution if the environment
27
27
variable is not set, or if its value doesn't match the expected patttern.
You can’t perform that action at this time.
0 commit comments