Skip to content

Commit a469402

Browse files
authored
docs: fix typos ingore and ignote (#1759)
1 parent b3bb4a4 commit a469402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ For further reading, see these examples which demonstrate different approaches t
132132

133133
## Ignore Kubernetes annotations and labels
134134

135-
In certain cases, external systems can add and modify resources annotations and labels for their own purposes. However, Terraform will remove them since they are not presented in the code. It also might be hard to update code accordingly to stay tuned with the changes that come outside. In order to address this `ingore_annotations` and `ignote_labels` attributes were introduced on the provider level. They allow Terraform to ignore certain annotations and labels across all resources.
135+
In certain cases, external systems can add and modify resources annotations and labels for their own purposes. However, Terraform will remove them since they are not presented in the code. It also might be hard to update code accordingly to stay tuned with the changes that come outside. In order to address this `ignore_annotations` and `ignore_labels` attributes were introduced on the provider level. They allow Terraform to ignore certain annotations and labels across all resources.
136136

137137
Both attributes support RegExp to match metadata objects more effectively.
138138

0 commit comments

Comments
 (0)