Skip to content

Commit

Permalink
added default value for certificate_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushsss1 committed Jul 18, 2024
1 parent 3e8a2a2 commit d5f386b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/amplify/domain_association.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func resourceDomainAssociation() *schema.Resource {
names.AttrType: {
Type: schema.TypeString,
Required: true,
Default: "AMPLIFY_MANAGED",
ValidateDiagFunc: enum.Validate[types.CertificateType](),
},
"custom_certificate_arn": {
Expand Down

0 comments on commit d5f386b

Please sign in to comment.