Skip to content

Commit

Permalink
add max items
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Mar 24, 2020
1 parent 999123a commit 11979ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func resourceAwsCloudfrontFieldLevelEncryptionProfile() *schema.Resource {
"encryption_entities": {
Type: schema.TypeSet,
Required: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"public_key_id": {
Expand Down

0 comments on commit 11979ce

Please sign in to comment.