Run gofmt

This commit is contained in:
Pam Selle 2020-08-28 09:41:00 -04:00
parent 0c6790e142
commit 233c7c6793
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ type ResourceProvisioner interface {
// are set and that the general structure is correct.
Validate(*ResourceConfig) ([]string, []error)
// Apply runs the provisioner on a specific resource and returns an error.
// Instead of a diff, the ResourceConfig is provided since provisioners
// Apply runs the provisioner on a specific resource and returns an error.
// Instead of a diff, the ResourceConfig is provided since provisioners
// only run after a resource has been newly created.
Apply(UIOutput, *InstanceState, *ResourceConfig) error