update additional references to overview page
This commit is contained in:
parent
20e9f30c3d
commit
ec17cbaeee
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue