Skip to content

Commit e746506

Browse files
authored
Fix typo in resources documentation (#1159)
Minor typo fix
2 parents 119ff1e + d9a4b33 commit e746506

File tree

1 file changed

+1
-1
lines changed
  • content/terraform/v1.13.x/docs/language/resources

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ As your infrastructure needs change, you may want to add or remove resources fro
4242
- [Remove a resource from state](/terraform/language/state/remove) describes how to remove a resource from state without destroying the actual infrastructure object.
4343
- [Destroy a resource](/terraform/language/resources/destroy) describes how to remove a resource from state and destroy the actual infrastructure.
4444

45-
Many providers also allow you to read data from the provider so that you can use data from exisitng infrastructure without provisioning actual infrastructure objects. Refer to [Query data sources](/terraform/language/data-sources) for more information.
45+
Many providers also allow you to read data from the provider so that you can use data from existing infrastructure without provisioning actual infrastructure objects. Refer to [Query data sources](/terraform/language/data-sources) for more information.

0 commit comments

Comments
 (0)