google-cloud-platform
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 1,033 public repositories matching this topic...
Scan with variables
Hi :),
It's possible to scan with variables json or .tf file name ?
Like
{
"region": "eu-central-1",
"environment_id": "demo",
"tags": {
"EnvironmentId": "integration",
"ApplicationName": "demo",
"EnvironmentType": "development",
"Project": "pepito"
},
"rds_instances": [
{
"sg_name": "test-sg",
"kms_key_label": "kms",
"rds_label": "rds",
First, help us help you by providing the following information when opening an issue.
- [ 2.25] Which version of Forseti Security you're using (look in
/home/ubuntu/forseti-security/google/cloud/forseti/init.py
on the client). - [inventory] Which module(s) (inventory, scanner, enforcer, explain) you're having trouble with.
- Include errors, log output, and host operating system, i
Affected builder image
gcr.io/cloud-builders/gke-deploy)
Expected Behavior
When deploying a Kubernetes Deployment config that includes init containers, the images in the initContainers section of the config matching the image passed on the command line will have their versions updated to the version specified, same as what happens with the images in the containers section of t
The documentation links to the Metric class with following url:
https://googleapis.github.io/gax-php/1.3.0/Google/Api/Metric.html
Upon opening, this gives a 404. Where can I find the documentation on this class?
Perhaps it would be nice with an example in the README, showing what to do to call this custom build step from one's cloudbuild.yaml :)
I'm reading about it now, at https://cloud.google.com/cloud-build/docs/create-custom-build-steps, but it's a lot to learn... let's see....
-
Updated
Jun 13, 2020
dead-letter topics
Document Link
https://cloud.google.com/pubsub/docs/dead-letter-topics
好きなところ
シンプルなところ。アプリケーションで気にするべきことがそんなになさそう
ユースケース (optional)
Dataflow streaming job で処理できないメッセージをとりあえずブチ込むのに便利そう
更に欲しい機能 (optional)
no code, no ops で永続化して欲しい。 GCS, BQ あたりに。さながら dead letter storage 的なものがほしい。( dead letter topic に来たメッセージを Dataflow template job で永続化しろ、と言われたらまあそうだねという
-
Updated
Jun 10, 2020 - Go
https://cloud.google.com/deployment-manager/docs/
I think everything in setup.sh can be expressed as a deployment in YAML, then refreshing everything would just be a single gcloud invocation. That might also make it easier to schedule a periodic refresh to ensure up-to-date VM images.
-
Updated
Mar 16, 2020 - PHP
-
Updated
Mar 31, 2019 - JavaScript
this released at Google IO 19 - https://firebase.google.com/docs/functions/local-emulator
the examples would benefit from showing how to use these
Use firebase-tools@^7.0.0 as it includes a new emulator with serve:
- express
- nextjs
- nuxtjs
- parcel
- babel
- apollo
add Nuxt.js example
It would be apt to include in the documentation the difference between this project (Terracognita) and its alternatives - Terraforming and Terraformer. It would be great if you can expand on what you said in this [Reddit comment](https://www.reddit.com/r/Terraform/comments/c4jhy7/cycloid_opensource_terra
In the following lines, we check if the visibility has been specified, and if it hasn't we default to private. https://github.com/Superbalist/flysystem-google-cloud-storage/blob/master/src/GoogleStorageAdapter.php#L143-L149
Is there any reason we need to default to anything at all? If we specify nothing, the default object ACL of the bucket should be applied (by default private, visible to owne
-
Updated
Apr 4, 2018 - Jupyter Notebook
-
Updated
Jun 11, 2020 - TSQL
-
Updated
Feb 3, 2020 - Go
This repo now has awesome code search support at: https://cs.opensource.google/google-cloud-cpp, but there is no support for cross-reference linking. We can enable that, but it requires us to set up a new build that produces the necessary kythe artifacts, and upload them to a GCS bucket, and a few more configuration steps. The details are described in an internal document at: go/google-cloud-cpp:k
-
Updated
Mar 8, 2018
Feature Request
I'm having some trouble understanding the relationship between a BigQuery query result set and a time series or gauge chart in Grafana.
Describe the solution you'd like
I think samples / walkthrough w/ screenshots would be very helpful from both a wizard and raw SQL POV.
In particular, I am struggling with how I might take a data set of
time | hostname | respo
-
Updated
May 7, 2020 - Elixir
-
Updated
Aug 24, 2019 - Java
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 13, 2018 - Python
I successfully managed to deploy gc-service-broker to Cloudfoundry OSS.
Also, i did package a custom brokerpak for testing.
However, i dont see any instructions/documentation to let the gc-service-broker cf app load my custom brokerpak ?
-
Updated
May 31, 2020 - Shell
-
Updated
Jan 1, 2020 - Go
Released April 7, 2008
- Organization
- GoogleCloudPlatform
- Website
- cloud.google.com
- Wikipedia
- Wikipedia
I made up a guide to setup Firebase services into a real-world scenario with cutting-edge technologies. I think you could get some insights on DX of your services and how they are used out in the wild (or add it to this examples repository).
Tech used: Quasar (Vue), TypeScript, Jest (unit testing), Firebase Firestore, Cloud Functions, RxFire.
Inside the guide there are some helpers and code ma