Merge pull request #265 from terraform-google-modules/open-in-cloud-shell

open-in-cloud-shell button added
This commit is contained in:
lcaggio 2021-06-16 11:38:54 +02:00 committed by GitHub
commit 6deeb3a863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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/)