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,150 public repositories matching this topic...

infracost
aliscott
aliscott commented Mar 19, 2021

Terraform resources can be created using for_each or count. This creates an array of resources. We could support setting usage values for all elements of the array by using a wildcard like this:

resource_usage:
  aws_cloudwatch_log_group.loggroup[*]:
    ...

I think expected functionality would be that the usage value should apply individually to each element of the array

krathow
krathow commented Dec 9, 2020

Describe the bug
CKV_GCP_14 requires a backup configuration, but it does not take into consideration read replicas.
A read replica cannot have backup enabled in GCP.

To Reproduce
Steps to reproduce the behavior:

  1. Create a google_sql_database_instance with master_instance_name and replica_configuration
  2. Chekov will pop up error CKV_GCP_14

Expected behavior
Read replicas

Released April 7, 2008

Organization
GoogleCloudPlatform
Website
cloud.google.com
Wikipedia
Wikipedia

Related Topics

firebase google