Skip to content
#

gcp

google-cloud logo

Google Cloud Platform, offered by Google, is a suite of cloud computing services. Google Cloud Platform provides Infrastructure as a Service, Platform as a Service, and Serverless Computing environments.

Here are 2,272 public repositories matching this topic...

infracost
alikhajeh1
alikhajeh1 commented May 27, 2021

Terraform ignores case sensitivity in most cases for AWS, GCP and Azure (I haven't checked other providers). The aim of this GH issue is to review and update all existing cloud resources to ensure that:

  1. case-insensitive string comparison are used, e.g.:
    Bad: input == "large"
    Good: strings.ToLower(input) == "large"
    We might be able to grep for something like == " to review/fix them a

Released April 7, 2008

Organization
GoogleCloudPlatform
Website
cloud.google.com
Wikipedia
Wikipedia

Related Topics

firebase google