hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.28k stars 1.72k forks source link

google_bigquery_reservation_assignment reservation argument inconsistency #16905

Open zhalas opened 8 months ago

zhalas commented 8 months ago

Community Note

Description

When importing google_bigquery_reservation_assignment e.g. using import block reservation is set to a bare reservation name, e.g. reservation-name on the other hand when setting this argument referencing id of google_bigquery_reservation as seen in the documentation (e.g. reservation = google_bigquery_reservation.basic.id) it is set to the fully qualified name, e.g projects/PROJECT-NAME/locations/REGION/reservations/RESERVATION-NAME While both forms seem to work, it causes some annoyances, so it would be ideal if we can harmonize this.

Provider version affected: 5.10.0 (the latest at the moment of creating the issue).

New or Affected Resource(s)

b/319231296

rileykarson commented 8 months ago

@shuyama1 can you update the forwarded bug? Thanks!

shuyama1 commented 8 months ago

@shuyama1 can you update the forwarded bug? Thanks!

I don't think this ticket has been forwarded yet.