Skip to content

Feature gap: Add missed fields for Reservation resource #1039

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

Conversation

modular-magician
Copy link
Collaborator

This PR provides below fields to providers:

  • specificReservation.instanceProperties.maintenanceInterval - beta
  • specificReservation.sourceInstanceTemplate - ga
  • deleteAtTime - ga
  • deleteAfterDuration.seconds - ga
  • deleteAfterDuration.nanos - ga
  • shareSettings.projects - beta
  • reservationSharingPolicy.serviceShareType - ga
  • enableEmergentMaintenance - beta

Additional information:

  • deleteAfterDuration is ignore_read field, because it's used to set deleteAtTime field. deleteAfterDuration is not returned by API.
  • enableEmergentMaintenance is ignore_read field, because it's not returned by API

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.

compute: added `specific_reservation.0.instance_properties.0.maintenance_interval`, `share_settings.0.projects` and `enable_emergent_maintenance` fields to `google_compute_reservation` resource (beta)
compute: added `specific_reservation.0.source_instance_template`, `delete_at_time`, `delete_after_duration.0.seconds`, `delete_after_duration.0.nanos` and `reservation_sharing_policy.0.service_share_type` fields to `google_compute_reservation` resource (ga)

Derived from GoogleCloudPlatform/magic-modules#14181

Signed-off-by: Cezary Sobczak <[email protected]>
Co-authored-by: Riley Karson <[email protected]>

[upstream:5fe392557c4bb3ac8ca45a38df86b9d8d4828734]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit e65137b into terraform-google-modules:master Jul 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant