You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/is_fully_known.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ description: |-
8
8
Each module can use providermeta. Please keep in mind that these settings only count for resources of this module! (see https://www.terraform.io/internals/provider-meta https://www.terraform.io/internals/provider-meta):
9
9
```terraform
10
10
// Terraform providermeta example
11
-
terraform {
12
-
// "value" is the provider name
13
-
providermeta "value" {
14
-
// {workdir} -> The only available placeholder currently (see below for more information)
15
-
guidseed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
16
-
}
11
+
terraform {
12
+
// "value" is the provider name
13
+
providermeta "value" {
14
+
// {workdir} -> The only available placeholder currently (see below for more information)
15
+
guidseed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
17
16
}
17
+
}
18
18
```
19
19
Optional
20
20
guid_seed_addition (String) It serves as addition to each seed of any value_is_fully_known (resource) or value_is_known (resource) within the project if specified in provider, or within the same module if specified in provider-meta.
@@ -32,13 +32,13 @@ Allows you to have a access to `result` during plan phase that states whether `v
32
32
Each module can use provider_meta. Please keep in mind that these settings only count for resources of this module! (see [https://www.terraform.io/internals/provider-meta](https://www.terraform.io/internals/provider-meta)):
33
33
```terraform
34
34
// Terraform provider_meta example
35
-
terraform {
36
-
// "value" is the provider name
37
-
provider_meta "value" {
38
-
// {workdir} -> The only available placeholder currently (see below for more information)
39
-
guid_seed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
40
-
}
35
+
terraform {
36
+
// "value" is the provider name
37
+
provider_meta "value" {
38
+
// {workdir} -> The only available placeholder currently (see below for more information)
39
+
guid_seed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
41
40
}
41
+
}
42
42
```
43
43
### Optional
44
44
-`guid_seed_addition` (String) It serves as addition to each seed of any `value_is_fully_known` (resource) or `value_is_known` (resource) within the project if specified in provider, or within the same module if specified in provider-meta.
Copy file name to clipboardExpand all lines: docs/resources/is_known.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ description: |-
8
8
Each module can use providermeta. Please keep in mind that these settings only count for resources of this module! (see https://www.terraform.io/internals/provider-meta https://www.terraform.io/internals/provider-meta):
9
9
```terraform
10
10
// Terraform providermeta example
11
-
terraform {
12
-
// "value" is the provider name
13
-
providermeta "value" {
14
-
// {workdir} -> The only available placeholder currently (see below for more information)
15
-
guidseed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
16
-
}
11
+
terraform {
12
+
// "value" is the provider name
13
+
providermeta "value" {
14
+
// {workdir} -> The only available placeholder currently (see below for more information)
15
+
guidseed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
17
16
}
17
+
}
18
18
```
19
19
Optional
20
20
guid_seed_addition (String) It serves as addition to each seed of any value_is_fully_known (resource) or value_is_known (resource) within the project if specified in provider, or within the same module if specified in provider-meta.
@@ -32,13 +32,13 @@ Allows you to have a access to `result` during plan phase that states whether `v
32
32
Each module can use provider_meta. Please keep in mind that these settings only count for resources of this module! (see [https://www.terraform.io/internals/provider-meta](https://www.terraform.io/internals/provider-meta)):
33
33
```terraform
34
34
// Terraform provider_meta example
35
-
terraform {
36
-
// "value" is the provider name
37
-
provider_meta "value" {
38
-
// {workdir} -> The only available placeholder currently (see below for more information)
39
-
guid_seed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
40
-
}
35
+
terraform {
36
+
// "value" is the provider name
37
+
provider_meta "value" {
38
+
// {workdir} -> The only available placeholder currently (see below for more information)
39
+
guid_seed_addition = "{workdir}#for-example" // Results into "/path/to/workdir#for-example"
41
40
}
41
+
}
42
42
```
43
43
### Optional
44
44
-`guid_seed_addition` (String) It serves as addition to each seed of any `value_is_fully_known` (resource) or `value_is_known` (resource) within the project if specified in provider, or within the same module if specified in provider-meta.
0 commit comments