Skip to content

Commit 43c4a22

Browse files
authored
feat(tem): remove manual id attribute (#1729)
1 parent 6ff324b commit 43c4a22

File tree

2 files changed

+70
-75
lines changed

2 files changed

+70
-75
lines changed

scaleway/resource_tem_domain.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ func resourceScalewayTemDomain() *schema.Resource {
2929
ForceNew: true,
3030
Description: "The domain name used when sending emails",
3131
},
32-
"id": {
33-
Type: schema.TypeString,
34-
Computed: true,
35-
Description: "ID of the domain",
36-
},
3732
"status": {
3833
Type: schema.TypeString,
3934
Computed: true,

0 commit comments

Comments
 (0)