update additional references to overview page

This commit is contained in:
Laura Pacilio 2022-01-05 12:10:01 -05:00 committed by Martin Atkins
parent 20e9f30c3d
commit ec17cbaeee
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ as DNS records.
[`provider`](/language/meta-arguments/resource-provider),
and [`lifecycle`](/language/meta-arguments/lifecycle).
- [Provisioners](/language/resources/provisioners)
- [Provisioners](/language/resources/provisioners/syntax)
documents configuring post-creation actions for a resource using the
`provisioner` and `connection` blocks. Since provisioners are non-declarative
and potentially unpredictable, we strongly recommend that you treat them as a

View File

@ -129,7 +129,7 @@ The following meta-arguments are documented on separate pages:
- [`for_each`, to create multiple instances according to a map, or set of strings](/language/meta-arguments/for_each)
- [`provider`, for selecting a non-default provider configuration](/language/meta-arguments/resource-provider)
- [`lifecycle`, for lifecycle customizations](/language/meta-arguments/lifecycle)
- [`provisioner` and `connection`, for taking extra actions after resource creation](/language/resources/provisioners)
- [`provisioner`, for taking extra actions after resource creation](/language/resources/provisioners/syntax)
## Operation Timeouts