From 233c7c6793f2c45451c64b3a1abf850c369d11d7 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Fri, 28 Aug 2020 09:41:00 -0400 Subject: [PATCH] Run gofmt --- terraform/resource_provisioner.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/resource_provisioner.go b/terraform/resource_provisioner.go index 92b5fae47..d5f707880 100644 --- a/terraform/resource_provisioner.go +++ b/terraform/resource_provisioner.go @@ -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