Skip to content

Commit

Permalink
aws_elastic_beanstalk_application resource service_role should have A…
Browse files Browse the repository at this point in the history
…RN validation
  • Loading branch information
nikhil-goenka committed Feb 20, 2021
1 parent 17ce429 commit 2d22385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_elastic_beanstalk_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func resourceAwsElasticBeanstalkApplication() *schema.Resource {
"service_role": {
Type: schema.TypeString,
Required: true,
ValidateFunc: validateArn,
},
"max_age_in_days": {
Type: schema.TypeInt,
Expand Down

0 comments on commit 2d22385

Please sign in to comment.