Skip to content

Commit

Permalink
Apps: Mark registry_credentials as optional (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe authored Apr 25, 2024
1 parent 5f23ec9 commit 78ac19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalocean/app/app_spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func appSpecImageSourceSchema() map[string]*schema.Schema {
},
"registry_credentials": {
Type: schema.TypeString,
Required: true,
Optional: true,
Description: "Access credentials for third-party registries",
Sensitive: true,
},
Expand Down

0 comments on commit 78ac19c

Please sign in to comment.