helper/diff: comment
This commit is contained in:
parent
bd0f23ce25
commit
d54034d0b5
|
@ -4,7 +4,7 @@ import (
|
|||
"github.com/hashicorp/terraform/terraform"
|
||||
)
|
||||
|
||||
// ResourceBuilder is a helper that can knows about how a single resource
|
||||
// ResourceBuilder is a helper that knows about how a single resource
|
||||
// changes and how those changes affect the diff.
|
||||
type ResourceBuilder struct {
|
||||
CreateComputedAttrs []string
|
||||
|
|
Loading…
Reference in New Issue