Skip to content

Commit

Permalink
LogEncryptionKmsKeyId for EMR Clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-goenka committed Feb 20, 2021
1 parent 2d22385 commit e360395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_elastic_beanstalk_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e360395

Please sign in to comment.