From 20af367466a66c8a4ed1acef663de9d6158ea104 Mon Sep 17 00:00:00 2001 From: Sriharsha Tikkireddy Date: Mon, 15 Jun 2020 11:19:29 -0400 Subject: [PATCH] fixed function name ValidateInstanceProfileARN in the doc comments --- databricks/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks/utils.go b/databricks/utils.go index 79107d60c..1fc9d3a13 100644 --- a/databricks/utils.go +++ b/databricks/utils.go @@ -99,7 +99,7 @@ func unpackMWSAccountID(combined string) (PackagedMWSIds, error) { return packagedMWSIds, nil } -// ValidateAWSARN is a ValidateFunc that ensures the role id is a valid aws iam instance profile arn +// ValidateInstanceProfileARN is a ValidateFunc that ensures the role id is a valid aws iam instance profile arn func ValidateInstanceProfileARN(val interface{}, key string) (warns []string, errs []error) { v := val.(string)