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