Skip to content

Commit 56b682a

Browse files
committed
docs: Mark a paragraph as a note in the Terraform Registry docs.
1 parent 6f96ddf commit 56b682a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

corefuncprovider/env_ensure_data_source.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (d *envEnsureDataSource) Schema(
7171
If the environment variable is unset or if it is set to an empty string,
7272
it will trigger a Terraform-level error.
7373
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
7575
requires are properly set before performing work, leading to late-stage errors.
7676
This will force an error to occur early in the execution if the environment
7777
variable is not set, or if its value doesn't match the expected patttern.

docs/data-sources/env_ensure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
Ensures that a given environment variable is set to a non-empty value.
77
If the environment variable is unset or if it is set to an empty string,
88
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
1010
requires are properly set before performing work, leading to late-stage errors.
1111
This will force an error to occur early in the execution if the environment
1212
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.
2121
If the environment variable is unset or if it is set to an empty string,
2222
it will trigger a Terraform-level error.
2323

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
2525
requires are properly set before performing work, leading to late-stage errors.
2626
This will force an error to occur early in the execution if the environment
2727
variable is not set, or if its value doesn't match the expected patttern.

0 commit comments

Comments
 (0)