docs: Fix typo on NIA architecture page (#10797)
Fix typo under Task section. Change 'the dynamic service data' to 'that dynamic service data'.
This commit is contained in:
parent
73219b6b92
commit
e22c4a818c
|
@ -37,7 +37,7 @@ proxy when an instance goes unhealthy.
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
A task is the action triggered by the updated data monitored in Consul. It
|
A task is the action triggered by the updated data monitored in Consul. It
|
||||||
takes the dynamic service data and translates it into a call to the
|
takes that dynamic service data and translates it into a call to the
|
||||||
infrastructure application to configure it with the updates. It uses a driver
|
infrastructure application to configure it with the updates. It uses a driver
|
||||||
to push out these updates, the initial driver being a local Terraform run. An
|
to push out these updates, the initial driver being a local Terraform run. An
|
||||||
example of a task is to automate a firewall security policy rule with
|
example of a task is to automate a firewall security policy rule with
|
||||||
|
|
Loading…
Reference in New Issue