Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shibataka000 committed Nov 17, 2017
1 parent 51651a5 commit 4ebf59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_batch_job_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func resourceAwsBatchJobQueue() *schema.Resource {
"compute_environments": {
Type: schema.TypeList,
Required: true,
ForceNew: true,
MaxItems: 3,
Elem: &schema.Schema{Type: schema.TypeString},
},
Expand Down

0 comments on commit 4ebf59e

Please sign in to comment.