Skip to content

Commit

Permalink
Update digitalocean/app/datasource_app.go
Browse files Browse the repository at this point in the history
thank you @andrewsomething

Co-authored-by: Andrew Starr-Bochicchio <[email protected]>
  • Loading branch information
danaelhe and andrewsomething authored Feb 20, 2024
1 parent f359210 commit cc4034c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions digitalocean/app/datasource_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ func DataSourceDigitalOceanApp() *schema.Resource {
},
"project_id": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
ValidateFunc: validation.NoZeroValues,
},
"live_url": {
Type: schema.TypeString,
Expand Down

0 comments on commit cc4034c

Please sign in to comment.