CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 04:12:47 GMT
content-type: text/html; charset=utf-8
cf-ray: 967a426789e29dfa-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=ffc314eb-2e76-4531-8dd5-175578dd33ab; expires=Fri, 31 Jul 2026 04:12:46 GMT; domain=.stackoverflow.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
feature-policy: microphone 'none'; speaker 'none'
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 08e73c6f-0e84-4bcc-9dc1-8b255cf7856e
x-worker-origin-response-time: 367000000
x-dns-prefetch-control: off
set-cookie: __cflb=02DiuFA7zZL3enAQJD3AX8ZzvyzLcaG7vSaSBtFHzabVn; SameSite=Lax; path=/; expires=Fri, 01-Aug-25 03:12:47 GMT; HttpOnly
set-cookie: prov=ffc314eb-2e76-4531-8dd5-175578dd33ab; Path=/; HttpOnly; Domain=stackoverflow.com
set-cookie: __cf_bm=MvQPbU0FfKK961n6E7AbXdE_ZJz86wN2WfdavuwxdJ8-1753935167-1.0.1.1-eDu4TwGy75ULr8g9Xdc8clp0In9tCDbb9nTuHVpOidgtweAs4FbGCr56rtDnm33..6s72jzxNnLXUb4OMcwNGCaGQJYShAN51GF1YacySM4; path=/; expires=Thu, 31-Jul-25 04:42:47 GMT; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=yWHhBmXIt_TFNesNQ1SQKrG4PtYspeBrR2za88PQtF4-1753935167035-0.0.1.1-604800000; path=/; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'terraform-provider-gcp' Questions - Stack Overflow
Skip to main content
Stack Overflow
- Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers
- Advertising Reach devs & technologists worldwide about your product, service or employer brand
- Knowledge Solutions Data licensing offering for businesses to build and improve AI tools and models
- Labs The future of collective knowledge sharing
- About the company Visit the blog
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
1,201 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
44
views
Terraform yamldecode Fails When YAML Structure Changes
I have a YAML file structured as follows:
alerts:
la:
la1:
description: "la1"
severity: 1
resource_counter: "004"
enabled: true
ma:
ma1:...
-1
votes
0
answers
64
views
How to assign the same set of GCP custom roles to a list of users in Terraform?
I want to add a list of custom roles to a list of users in GCP with Terraform (all users will have the same list of roles applied).
How to achieve this wwithout duplicating resource blocs per user?
Is ...
0
votes
1
answer
126
views
Google Cloud project creation fails with "Operation disallowed by Organization Policy constraint due to missing or incorrect Tags"
I'm trying to create a Google Cloud project using Terraform (specifically the terraform-google-modules/project-factory module), but I consistently receive the following error:
Error: error creating ...
0
votes
1
answer
37
views
error fetching latest gke min version using data.google_container_engine_versions
I'm using
data "google_container_engine_versions" "latest_version" {
provider = google-beta
location = var.region
version_prefix = "1.31."
}
...
-2
votes
1
answer
48
views
Execute command in GCP VM using terraform
I'm trying run below terraform script in Google Cloud.
https://github.com/terraform-google-modules/terraform-google-sap/tree/main/modules/sap_nw
The operating system I'm using is SUSE 15 SP06. ...
0
votes
0
answers
28
views
How to use dialogflow cx agent duplication with terraform script
We are creating a Terraform script to clone a Dialogflow CX agent. However, during execution, the existing agent is being replaced instead of being cloned.
Can you please confirm if it is possible to ...
0
votes
1
answer
175
views
Error: googleapi: Error 404: The Cloud SQL instance does not exist., instanceDoesNotExist
Planning to create the Postgres Instance using the Backstage, Terraform via pre-defined templates.
While running the Terraform plan, stuck with the below error:
Error: googleapi\*\*: Error 404: The ...
-1
votes
1
answer
88
views
Running Terraform against Google Cloud in GitLab
I am trying to run terraform from a Gitlab pipeline job against my Google Cloud instance. I have authenticated Gitlab to Google Cloud with Federated Id and can impersonate a service account connected ...
-1
votes
1
answer
546
views
How do I create Google OAuth2.0 client credentials using Terraform?
https://developers.google.com/identity/protocols/oauth2
Pushes me to the "Google Auth Platform", but I can't find anything on provisioning a client or what seems to be required "...
-1
votes
2
answers
79
views
How to provision a GKE cluster - Enterprise Tier with Terraform
As the terraform docs for google_container_cluster resource (https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster), to provision a GKE cluster we need to ...
0
votes
0
answers
66
views
Rename Volume mounted in Google Cloud Function using Terraform [closed]
Is there a way to mount a .env file (from Secret Manager) as a volume within a Cloud Function using Terraform ?
I'm switching to Terraform from plain bash gcloud cli commands and still don't know if ...
0
votes
1
answer
271
views
Migrate from "reCAPTCHA Classic" to "reCAPTCHA on a Google Cloud" using Terraform
Google recently sent out an email that all Google reCAPTCHA keys will need to be migrated to a Google Cloud project by the end of 2025. They also released a tutorial which guides you through the ...
0
votes
1
answer
42
views
How to fetch all workspaces without pagination?
I've following goLang code:
I use "github.com/hashicorp/go-tfe" go library
workSpaces, err := tfeClient.Workspaces.List(ctx, orgName, &tfe.WorkspaceListOptions{ListOptions: tfe....
0
votes
1
answer
188
views
How can I configure Cloudflare DNS to send traffic to a GCP load balancer?
I am attempting to host a single page webapp on GCP, on a subdomain managed by Cloudflare.
So far I have been able to host the webapp in a bucket, and make the bucket accessible using a CNAME record ...
1
vote
0
answers
163
views
Error creating Group: googleapi: Error 403: Error(2015): Permission denied for group resource '[email protected]'
Problem
I am working on a Google Cloud Project under an Organization. I am trying to create some groups and assigning policies through Terraform. When running Terraform; the Organization Structure is ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
-
-
-
-
Hot Network Questions
- How to cite two part paper with different order of authors?
- Can I bring mycelium pellets into Greenland?
- Do police need a search warrant to chase a fugitive onto private property?
- Is the six million dollar hut challenge real?
- Are all Universities this internally cut-throat?
- What does Paul’s mention of 'they that are of Caesar’s household' in Philippians 4:22 reveal about the spread of the gospel within the Roman Empire?
- SF story about a rich guy who develops technologies so advanced that everyone thinks they're evidence of an alien civilization
- "One can" in technical writing--good, bad, indifferent?
- If the police observe evidence of a different crime while in "hot pursuit" can they act on it?
- Has the similarity between diagrams of the expanding universe and of vapour pressure in mixtures been noted by others? Is this just coincidence?
- History of יד/Yad appellation for Rambam's Mishneh Torah
- using `find` to find a file in PATH
- GraphQL Search Not Working for Multilist Field (Category) in Sitecore JSS
- Blakes 7 episode Powerplay. What were the 'hospital staff,' planning to do?
- Why are collision manifold points created inside objects instead of on their surfaces?
- Is a normality test always performed on errors and not on raw data?
- Integral with multiple variables
- What constitutes a 'structure' made of Force for the purposes of a Forcebreaker Weapon?
- Hill Estimator for SkewStudentT is Biased
- Is there a reason "replace conditional with table" isn't a standard refactoring?
- How do I attach non-edible flowers to cake?
- Uniqueness of multiple unnamed namespaces within translation unit
- EU/USA trade deal - is it really a done deal?
- Shakespearean grammar: "hath" and "has" in the same sentence