Skip to content

Commit

Permalink
Add validation to execution_role_arn
Browse files Browse the repository at this point in the history
  • Loading branch information
shuheiktgw committed Apr 3, 2021
1 parent 68d70a7 commit 43ab58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_mwaa_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func resourceAwsMwaaEnvironment() *schema.Resource {
"execution_role_arn": {
Type: schema.TypeString,
Required: true,
ValidateFunc: validateArn,
},
"kms_key": {
Type: schema.TypeString,
Expand Down

0 comments on commit 43ab58a

Please sign in to comment.