From c4982c0b0e8931daf85b4f0054ec8cda58801efc Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Tue, 11 Jan 2022 12:32:07 +0100 Subject: [PATCH] Update README.md --- examples/cloud-operations/iam-delegated-role-grants/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud-operations/iam-delegated-role-grants/README.md b/examples/cloud-operations/iam-delegated-role-grants/README.md index 2efd818d..879a663e 100644 --- a/examples/cloud-operations/iam-delegated-role-grants/README.md +++ b/examples/cloud-operations/iam-delegated-role-grants/README.md @@ -41,7 +41,7 @@ This diagram shows the resources and expected behaviour: ## Running the example -Clone this repository or [open it in cloud shell](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fcloud-foundation-fabric&cloudshell_print=cloud-shell-readme.txt&cloudshell_working_dir=cloud-operations%2Fiam-delegated-role-grants), then go through the following steps to create resources: +Clone this repository or [open it in cloud shell](https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fcloud-foundation-fabric&cloudshell_print=cloud-shell-readme.txt&cloudshell_working_dir=examples%2Fcloud-operations%2Fiam-delegated-role-grants), then go through the following steps to create resources: - `terraform init` - `terraform apply -var project_id=my-project-id 'project_administrators=["user:project-admin@example.com"]'`