You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/plans/deferring/doc.go

11 lines
509 B

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
// Package deferring deals with the problem of keeping track of
// "deferred actions", which means the situation where the planning of some
// objects is currently impossible due to incomplete information and so
// Terraform explicitly defers dealing with them until the next plan/apply
// round, while still allowing the operator to apply the partial plan so
// that there will be more information available next time.
package deferring