Skip to content

Commit

Permalink
r/servicecat_principal_port_assoc: Use enum
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed Jun 2, 2021
1 parent 6fac1a8 commit d61ea81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func resourceAwsServiceCatalogPrincipalPortfolioAssociation() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: "en",
Default: tfservicecatalog.ServiceCatalogAcceptLanguageEnglish,
ValidateFunc: validation.StringInSlice(tfservicecatalog.AcceptLanguage_Values(), false),
},
"portfolio_id": {
Expand Down

0 comments on commit d61ea81

Please sign in to comment.