Writing Terraform configurations
Last updated
Last updated
locals
to specify explicit dependencies between resourcesHelpful way to give a hint to Terraform that some resources should be deleted before even when there is no direct dependency in Terraform configurations.
Required argument index_document
must be set, if var.website
is not an empty map.
Optional argument error_document
can be omitted.