Skip to content

Commit 646a141

Browse files
committed
Fix
1 parent 78a7cc0 commit 646a141

File tree

2 files changed

+175
-180
lines changed

2 files changed

+175
-180
lines changed

scaleway/resource_lb_certificate_beta.go

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,9 @@ func resourceScalewayLbCertificateBeta() *schema.Resource {
8383
Type: schema.TypeList,
8484
Computed: true,
8585
Description: "The alternative domain names of the certificate",
86-
Elem: &schema.Resource{
87-
Schema: map[string]*schema.Schema{
88-
"name": {
89-
Type: schema.TypeString,
90-
Required: true,
91-
Description: "The domain name",
92-
},
93-
},
86+
Elem: &schema.Schema{
87+
Type: schema.TypeString,
88+
Description: "The domain name",
9489
},
9590
},
9691
"fingerprint": {

0 commit comments

Comments
 (0)