diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5edcb9..0377abba 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 diff --git a/data-solutions/data-platform-foundations/README.md b/data-solutions/data-platform-foundations/README.md index 505f7a07..3017786c 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/)