-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_datafusion_instance as no zone argument in DEVELOPER mode #9068
google_datafusion_instance as no zone argument in DEVELOPER mode #9068
Comments
@Guimove I am able to get the resource created successfully, It took about 15 mins though .. Terraform version
API response
|
mmh OK seems it also worked on my side today with my original code... maybe a temporary issue or something like. But imo I think having the option to choose the zone could be great, what do you think ? Like that you can stick some resources on the same zone or on the opposite, be sure that two instances are not on the same zone, for example. |
Agreed, will mark this as an enhancement request since it's not a bug. Team will triage it and take it from there. |
Thanks you, is it something also build by the magic modules ? if yes I've another PR ongoing so I can also take this point |
Closes hashicorp/terraform-provider-google#10536 Closes hashicorp/terraform-provider-google#9065 Closes hashicorp/terraform-provider-google#9068 Signed-off-by: Modular Magician <magic-modules@google.com>
Closes hashicorp/terraform-provider-google#10536 Closes hashicorp/terraform-provider-google#9065 Closes hashicorp/terraform-provider-google#9068 Signed-off-by: Modular Magician <magic-modules@google.com> Signed-off-by: Modular Magician <magic-modules@google.com>
Closes hashicorp/terraform-provider-google#10536 Closes hashicorp/terraform-provider-google#9065 Closes hashicorp/terraform-provider-google#9068 Signed-off-by: Modular Magician <magic-modules@google.com>
Closes hashicorp#10536 Closes hashicorp#9065 Closes hashicorp#9068 Signed-off-by: Modular Magician <magic-modules@google.com>
Closes hashicorp/terraform-provider-google#10536 Closes hashicorp/terraform-provider-google#9065 Closes hashicorp/terraform-provider-google#9068 Signed-off-by: Modular Magician <magic-modules@google.com> Signed-off-by: Modular Magician <magic-modules@google.com>
Closes hashicorp/terraform-provider-google#10536 Closes hashicorp/terraform-provider-google#9065 Closes hashicorp/terraform-provider-google#9068 Signed-off-by: Modular Magician <magic-modules@google.com>
Closes hashicorp/terraform-provider-google#10536 Closes hashicorp/terraform-provider-google#9065 Closes hashicorp/terraform-provider-google#9068 Signed-off-by: Modular Magician <magic-modules@google.com> Signed-off-by: Modular Magician <magic-modules@google.com>
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Affected Resource(s)
Terraform Configuration Files
Expected Behavior
We expect to deploy a data fusion instance in DEVELOPER edition within some minutes.
Actual Behavior
After 60 minutes, terraform apply fail with timeout. After checking in the GCP UI, I see the instance in "Creating..." status then disappear after another couple of minutes.
I suspect that the creation fail because we didn't specify any zone for this instance. This parameter is mandatory for a DEVELOPER edition (but inexistent for the others and for terraform).
This was already reported here : #8508 (comment)
Steps to Reproduce
terraform apply
Important Factoids
GCP Ref : https://cloud.google.com/sdk/gcloud/reference/beta/data-fusion/instances/create
The text was updated successfully, but these errors were encountered: