Skip to content
#

google-cloud-platform

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. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning.

Here are 1,726 public repositories matching this topic...

tfsec
chris3ware
chris3ware commented Jan 31, 2022

I have a terraform.tfvars.json file that passes variables into my module. It looks like tfsec isn't scanning this file when I pass the ---tfvars-file flag, however it does work, as expected, thanks to #133 with terraform.tfvars.

In the example below, the json file sets "vulnerability alerts" to "false" which should be picked up as a HIGH.

`tf

coryan
coryan commented Jan 25, 2021

This is motivated by #5703. Applications may need to persist the state of pagination iterators, for example, because they are implementing a web service that returns pages of results.

I suggested this API:

struct Page {
  std::vector<std::string> bucket_names;
  std::string reader_state;
};

Page BucketsPage(gcs::Client client, std::string reader_state) {
  auto reader = client.