Skip to content

Commit

Permalink
r/servicecatalog_portfolio: Make required
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed May 14, 2021
1 parent df2e045 commit 76e267d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_servicecatalog_portfolio.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func resourceAwsServiceCatalogPortfolio() *schema.Resource {
},
"provider_name": {
Type: schema.TypeString,
Optional: true,
Required: true,
ValidateFunc: validation.StringLenBetween(1, 50),
},
"tags": tagsSchema(),
Expand Down

0 comments on commit 76e267d

Please sign in to comment.