Fix a documentation typo
This commit is contained in:
parent
65e0c448a0
commit
c8e2be76d2
|
@ -98,8 +98,8 @@ dynamically on disk as part of the plan or apply steps.
|
|||
|
||||
The `timestamp` function returns a representation of the current system time
|
||||
at the point when Terraform calls it, and the `uuid` function returns a random
|
||||
result which differs on each call. Without any special behavior these would
|
||||
would both cause the final configuration during the apply step not to match the
|
||||
result which differs on each call. Without any special behavior, these would
|
||||
both cause the final configuration during the apply step not to match the
|
||||
actions shown in the plan, which violates the Terraform execution model.
|
||||
|
||||
For that reason, Terraform arranges for both of those functions to produce
|
||||
|
|
Loading…
Reference in New Issue