A DevOps Cookbook
  • Home
  • About

GCP

A collection of 3 posts
GCP

Components of a GCP HTTP(s) LoadBalancer

I had a task to create a GCP http(s) load balancer using terraform, I need to recognise that I did not know were to start from.Creating the load balancer from the console is quite easy, you create the instance template, managed instance group and the firewall, but when
26 Oct 2022 2 min read
GCP

Working with GCP folders "cli"

Here I will leave my interactions managing GCP folders from cli All the examples below will have test naming and dummy ID's * List folders in a organization gcloud resource-manager folders list --organization=123456789012 DISPLAY_NAME PARENT_NAME ID gcp-exercise organizations/123456789012 123456789012 folder-test1 organizations/123456789012 123456789012 folder-test organizations/
06 Oct 2022 1 min read
GCP

Create GCP folders using terraform

Trying to create a folder under a organisation in GCP using terraform seems to be annoying. I have just a simple main.tf and variables.tf files that are looking like this: main.tf: display_name = var.folder_name parent = "organizations/${996491585571}" }``` variables.tf: type = string description = "
06 Oct 2022 1 min read
Page 1 of 1
A DevOps Cookbook © 2025
Powered by Ghost