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.27k stars 1.72k forks source link

Error loading zone #18677

Open utenus opened 1 month ago

utenus commented 1 month ago

Community Note

│ Error: Error loading zone 'europe-north1-a': Get "https://compute.googleapis.com/compute/v1/projects/Test/zones/europe-north1-a?alt=json&prettyPrint=false": oauth2: "invalid_grant" "Bad Request"
│ 
│   with google_compute_instance.default,
│   on main.tf line 1, in resource "google_compute_instance" "default":
│    1: resource "google_compute_instance" "default" {

Terraform Version & Provider Version(s)

Terraform v1.9.0 on linux_amd64

Affected Resource(s)

google v5.37.0

Terraform Configuration

# Configure the Google Cloud Provider
provider "google" {
  project = "Test"
  region  = "europe-north1"
}

Debug Output

No response

Expected Behavior

No response

Actual Behavior

No response

Steps to reproduce

  1. terraform apply

Important Factoids

No response

References

No response

ggtisc commented 1 month ago

Hi @utenus

  1. Could you give us an explanation?
  2. what is happening exactly?
  3. did you get any error or message from the terminal?
  4. why the region europe-north1 isn't available for you?