python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Installing Google Cloud SDK using Windows SSL error
I'm trying to install Google Cloud SDK on my company computer but it seems it is not working. I think it is something related to the firewall but I couldn't figure it out.
This is the error message. D...
Agus Velazquez
Votes: 0
Answers: 1
(Terraform, GCP) Error creating Network: googleapi: Error 403: Permission denied on resource project myProject. Details:[], forbidden
I'm trying to make a VPC on GCP with the Terraform code below:
provider "google" {
credentials = file("myCredentials.json")
project = "myProject"
region = ...

Kai - Kazuya Ito
Votes: 0
Answers: 1
Creating a GCP Cloud Composer V2 instance via Terraform
I am trying to provision a Cloud Composer V2 instance via Terraform.
Terraform version: 1.1.3
Provider versions:
hashicorp/google: ~> 3.87.0
My tf code is as below:
resource "google_composer...
K Pekosh
Votes: 0
Answers: 1
Terraform Output doesn't exist after running terraform apply
I configure my terraform using a GCS backend, with a workspace. My CI environment exactly has access to the state file it requires for the workspace.
terraform {
required_version = ">= 0.14&...

spierce7
Votes: 0
Answers: 1