Skip to content
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

fix(placement-group): mark data source fields as computed #806

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

apricote
Copy link
Member

@apricote apricote commented Dec 4, 2023

This fixes an issue where resources depending on the data source get evaluated before the actual field values are available.

Fixes #459

This fixes an issue where resources depending on the data source get
evaluated before the actual field values are available.

See #459
@apricote apricote merged commit 53069ac into main Dec 11, 2023
5 checks passed
@apricote apricote deleted the placement-group-computed-fields branch December 11, 2023 07:59
jooola pushed a commit that referenced this pull request Jan 11, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.45.0](v1.44.1...v1.45.0)
(2024-01-11)


### Features

* **provider:** choose between constant & exponential backoff for
actions
([#798](#798))
([fa7ea1f](fa7ea1f))
* **server:** add `primary_disk_size` attribute in resource and
datasource
([#801](#801))
([98c2f2d](98c2f2d))


### Bug Fixes

* **network:** mark data source fields as computed
([#805](#805))
([63e157c](63e157c))
* **placement-group:** mark data source fields as computed
([#806](#806))
([53069ac](53069ac))
* **server:** missing field primary_disk_size
([#811](#811))
([9bd0ef0](9bd0ef0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Placement group data source fails for newly created placement groups
2 participants