Skip to content

Commit d42f924

Browse files
authored
Fix 'encoode_tvfars' typo in function docs (#562)
1 parent ccbf641 commit d42f924

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/terraform/v1.10.x/docs/language/functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for information about defining functions in custom providers.
3131

3232
When using a provider-specific function, add the `provider::<local-name>::` where
3333
`<local-name>` corresponds with an entry in the `required_providers` block.
34-
The following example calls the `encoode_tvfars` function in the `terraform` provider:
34+
The following example calls the `encode_tfvars` function in the `terraform` provider:
3535

3636
```hcl
3737
provider::terraform::encode_tfvars({

content/terraform/v1.11.x/docs/language/functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for information about defining functions in custom providers.
3131

3232
When using a provider-specific function, add the `provider::<local-name>::` where
3333
`<local-name>` corresponds with an entry in the `required_providers` block.
34-
The following example calls the `encoode_tvfars` function in the `terraform` provider:
34+
The following example calls the `encode_tfvars` function in the `terraform` provider:
3535

3636
```hcl
3737
provider::terraform::encode_tfvars({

content/terraform/v1.12.x/docs/language/functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for information about defining functions in custom providers.
3131

3232
When using a provider-specific function, add the `provider::<local-name>::` where
3333
`<local-name>` corresponds with an entry in the `required_providers` block.
34-
The following example calls the `encoode_tvfars` function in the `terraform` provider:
34+
The following example calls the `encode_tfvars` function in the `terraform` provider:
3535

3636
```hcl
3737
provider::terraform::encode_tfvars({

content/terraform/v1.13.x/docs/language/functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for information about defining functions in custom providers.
3131

3232
When using a provider-specific function, add the `provider::<local-name>::` where
3333
`<local-name>` corresponds with an entry in the `required_providers` block.
34-
The following example calls the `encoode_tvfars` function in the `terraform` provider:
34+
The following example calls the `encode_tfvars` function in the `terraform` provider:
3535

3636
```hcl
3737
provider::terraform::encode_tfvars({

content/terraform/v1.8.x/docs/language/functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for information about defining functions in custom providers.
3131

3232
When using a provider-specific function, add the `provider::<local-name>::` where
3333
`<local-name>` corresponds with an entry in the `required_providers` block.
34-
The following example calls the `encoode_tvfars` function in the `terraform` provider:
34+
The following example calls the `encode_tfvars` function in the `terraform` provider:
3535

3636
```hcl
3737
provider::terraform::encode_tfvars({

content/terraform/v1.9.x/docs/language/functions/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for information about defining functions in custom providers.
3131

3232
When using a provider-specific function, add the `provider::<local-name>::` where
3333
`<local-name>` corresponds with an entry in the `required_providers` block.
34-
The following example calls the `encoode_tvfars` function in the `terraform` provider:
34+
The following example calls the `encode_tfvars` function in the `terraform` provider:
3535

3636
```hcl
3737
provider::terraform::encode_tfvars({

0 commit comments

Comments
 (0)