We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dcb38 commit 297ece9Copy full SHA for 297ece9
1 file changed
resources/droplet_resource.go
@@ -44,9 +44,9 @@ type DropletBuildpack struct {
44
}
45
46
// An object describing the lifecycle that was used when staging the droplet
47
-// possible values for type: "buildpack", "cnd", "docker"
+// possible values for type: "buildpack", "cnb", "docker"
48
type DropletLifecycle struct {
49
- Type string `json:"name"`
+ Type string `json:"type"`
50
51
52
func (d Droplet) MarshallJSON() ([]byte, error) {
0 commit comments