From de14c51b1d4b1cf6c0ed6b293a59f9811fc3c6de Mon Sep 17 00:00:00 2001 From: Yoram Ben-Yaacov Date: Tue, 15 Jun 2021 21:55:25 +0300 Subject: [PATCH 1/2] open-in-cloud-shell button added --- data-solutions/data-platform-foundations/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data-solutions/data-platform-foundations/README.md b/data-solutions/data-platform-foundations/README.md index 505f7a076..3017786c5 100644 --- a/data-solutions/data-platform-foundations/README.md +++ b/data-solutions/data-platform-foundations/README.md @@ -36,6 +36,8 @@ In order to bring up this example, you will need ## Bringing up the platform +[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fcloud-foundation-fabric.git&cloudshell_open_in_editor=README.md&cloudshell_workspace=data-solutions%2Fdata-platform-foundations) + The end-to-end example is composed of 2 foundational, and 1 optional steps: 1. [Environment setup](./01-environment/) From 05d3b53e19ca8d658cfb659b23afe8d94628f404 Mon Sep 17 00:00:00 2001 From: lcaggio Date: Wed, 16 Jun 2021 10:36:37 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5edcb97..0377abba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. - Fix `message_retention_duration` variable type in `pubsub` module - Move `bq` robot service account into the robot service account project output - Add IAM cryptDecrypt role to robot service account on specified keys - - Add Service Identity creation on `project' module if secretmanager enabled + - Add Service Identity creation on `project` module if secretmanager enabled + - add Data Foundation end to end example ## [4.9.0] - 2021-06-04