Skip to content

Commit

Permalink
Upgrade terraform-provider-digitalocean to v2.41.0 (#822)
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`.

---

- Updating Java Gen version from 0.15.0 to 0.16.1.
- Upgrading terraform-provider-digitalocean from 2.40.0  to 2.41.0.
	Fixes #821
  • Loading branch information
pulumi-bot authored Sep 16, 2024
1 parent f8861ba commit 630d420
Show file tree
Hide file tree
Showing 191 changed files with 10,940 additions and 634 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.1
90 changes: 89 additions & 1 deletion provider/cmd/pulumi-resource-digitalocean/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -181,6 +191,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -271,6 +291,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -363,6 +393,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -990,6 +1030,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -1090,6 +1140,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -1180,6 +1240,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -1272,6 +1342,16 @@
"logtail": {
"maxItemsOne": true
},
"open_search": {
"maxItemsOne": true,
"elem": {
"fields": {
"basic_auth": {
"maxItemsOne": true
}
}
}
},
"papertrail": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -1904,7 +1984,15 @@
}
}
},
"auto-settings": {},
"auto-settings": {
"resources": {
"digitalocean_database_postgresql_config": {
"maxItemsOneOverrides": {
"timescaledb": false
}
}
}
},
"renames": {
"resources": {
"digitalocean:index/app:App": "digitalocean_app",
Expand Down
Loading

0 comments on commit 630d420

Please sign in to comment.