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

Error loading zone #18677

Open
utenus opened this issue Jul 9, 2024 · 1 comment
Open

Error loading zone #18677

utenus opened this issue Jul 9, 2024 · 1 comment
Assignees
Labels

Comments

@utenus
Copy link

utenus commented Jul 9, 2024

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

  • provider registry.terraform.io/hashicorp/google v5.37.0
  • provider registry.terraform.io/hashicorp/random v3.5.1
  • provider registry.terraform.io/hashicorp/time v0.9.1

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

@utenus utenus added the bug label Jul 9, 2024
@ggtisc ggtisc added the forward/review In review; remove label to forward label Jul 12, 2024
@ggtisc ggtisc self-assigned this Jul 12, 2024
@ggtisc
Copy link
Collaborator

ggtisc commented Jul 12, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants