-
Notifications
You must be signed in to change notification settings - Fork 167
Bump Terraform provider to v1.115.0 #5238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
d1fd515
411c90f
0584f02
a8513ee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| "method": "PATCH", | ||
| "path": "/api/2.0/postgres/[MY_PROJECT_ID]", | ||
| "q": { | ||
| "update_mask": "spec" | ||
| "update_mask": "initial_endpoint_spec,spec" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Schema-driven change: v1.115 sends
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed this is not an issue. |
||
| }, | ||
| "body": { | ||
| "name": "[MY_PROJECT_ID]", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Schema-driven change from v1.115 (technically already in v1.114):
provider_configis no longer an empty list for jobs and pipelines — it now contains{ workspace_id: ... }. Appears across many state fixtures in this PR (allacceptance/bundle/migrate/*state files,bundle/resources/jobs/update/out.state.terraform.json, and thedeployment/bind/*outputs).Not a CLI behavior change; the provider is just emitting the field now. Flagging so you don't have to chase down where it came from.