From e360395e212d76c46f524e0ab982822cba423de4 Mon Sep 17 00:00:00 2001 From: nikhil Date: Sat, 20 Feb 2021 14:03:14 +0530 Subject: [PATCH] LogEncryptionKmsKeyId for EMR Clusters --- aws/resource_aws_elastic_beanstalk_application.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/resource_aws_elastic_beanstalk_application.go b/aws/resource_aws_elastic_beanstalk_application.go index aba02a1a0ce1..6bb8e28d9a0b 100644 --- a/aws/resource_aws_elastic_beanstalk_application.go +++ b/aws/resource_aws_elastic_beanstalk_application.go @@ -44,8 +44,8 @@ func resourceAwsElasticBeanstalkApplication() *schema.Resource { Elem: &schema.Resource{ Schema: map[string]*schema.Schema{ "service_role": { - Type: schema.TypeString, - Required: true, + Type: schema.TypeString, + Required: true, ValidateFunc: validateArn, }, "max_age_in_days": {