Skip to content

Commit

Permalink
Upgrade terraform-provider-digitalocean to v2.37.0 (#691)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-digitalocean
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-digitalocean from 2.36.0  to 2.37.0.
	Fixes #690
  • Loading branch information
pulumi-bot authored Apr 24, 2024
1 parent f94d02b commit 1082c00
Show file tree
Hide file tree
Showing 117 changed files with 17,844 additions and 344 deletions.
71 changes: 71 additions & 0 deletions provider/cmd/pulumi-resource-digitalocean/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,25 @@
"current": "digitalocean:index/databaseMysqlConfig:DatabaseMysqlConfig",
"majorVersion": 4
},
"digitalocean_database_postgresql_config": {
"current": "digitalocean:index/databasePostgresqlConfig:DatabasePostgresqlConfig",
"majorVersion": 4,
"fields": {
"pgbouncer": {
"maxItemsOne": false,
"elem": {
"fields": {
"ignore_startup_parameters": {
"maxItemsOne": false
}
}
}
},
"timescaledb": {
"maxItemsOne": false
}
}
},
"digitalocean_database_redis_config": {
"current": "digitalocean:index/databaseRedisConfig:DatabaseRedisConfig",
"majorVersion": 4
Expand Down Expand Up @@ -606,6 +625,19 @@
"current": "digitalocean:index/loadBalancer:LoadBalancer",
"majorVersion": 4,
"fields": {
"domains": {
"maxItemsOne": false,
"elem": {
"fields": {
"ssl_validation_error_reasons": {
"maxItemsOne": false
},
"verification_error_reasons": {
"maxItemsOne": false
}
}
}
},
"droplet_ids": {
"maxItemsOne": false
},
Expand All @@ -625,11 +657,24 @@
"forwarding_rule": {
"maxItemsOne": false
},
"glb_settings": {
"maxItemsOne": true,
"elem": {
"fields": {
"cdn": {
"maxItemsOne": true
}
}
}
},
"healthcheck": {
"maxItemsOne": true
},
"sticky_sessions": {
"maxItemsOne": true
},
"target_load_balancer_ids": {
"maxItemsOne": false
}
}
},
Expand Down Expand Up @@ -1474,6 +1519,19 @@
"current": "digitalocean:index/getLoadBalancer:getLoadBalancer",
"majorVersion": 4,
"fields": {
"domains": {
"maxItemsOne": false,
"elem": {
"fields": {
"ssl_validation_error_reasons": {
"maxItemsOne": false
},
"verification_error_reasons": {
"maxItemsOne": false
}
}
}
},
"droplet_ids": {
"maxItemsOne": false
},
Expand All @@ -1493,11 +1551,24 @@
"forwarding_rule": {
"maxItemsOne": false
},
"glb_settings": {
"maxItemsOne": false,
"elem": {
"fields": {
"cdn": {
"maxItemsOne": false
}
}
}
},
"healthcheck": {
"maxItemsOne": false
},
"sticky_sessions": {
"maxItemsOne": false
},
"target_load_balancer_ids": {
"maxItemsOne": false
}
}
},
Expand Down
Loading

0 comments on commit 1082c00

Please sign in to comment.