Skip to content

Commit

Permalink
mark id as Computed/Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored Apr 29, 2024
1 parent 7123675 commit 8ac8ca7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/sdkv2provider/schema_cloudflare_teams_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,11 @@ var customCertificateSchema = map[string]*schema.Schema{
"id": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "ID of custom certificate.",
},
"updated_at": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
},
}

0 comments on commit 8ac8ca7

Please sign in to comment.