Skip to content

Commit

Permalink
setting droplet_id as computed
Browse files Browse the repository at this point in the history
  • Loading branch information
imaskm committed Dec 11, 2024
1 parent 1a7fcdc commit 7994218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digitalocean/reservedipv6/resource_reserved_ipv6.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func ResourceDigitalOceanReservedIPV6() *schema.Resource {
"droplet_id": {
Type: schema.TypeInt,
Optional: true,
Computed: true,
},
},
}
Expand Down

0 comments on commit 7994218

Please sign in to comment.