File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,3 @@ Error: Error creating Trigger: googleapi: Error 400: Repository mapping does not
22
22
23
23
This is a manual one-time step that needs to be followed to integrate GCP Cloud Build
24
24
and the GitHub repository.
25
-
26
- ## Externally managed IAM
27
-
28
- In case your GCP organization manages the IAM externally, execute the following command before executing ` terragrunt apply ` .
29
-
30
- ``` sh
31
- export SKIP_IAM=true
32
- ```
33
-
34
- Note that the ` SKIP_IAM ` value in Cloud Build is propagated to the conformance testing environment.
Original file line number Diff line number Diff line change @@ -27,8 +27,3 @@ variable "server_docker_image" {
27
27
description = " The full image URL (path & tag) for the Docker image to deploy in Cloud Run"
28
28
type = string
29
29
}
30
-
31
- variable "skip_iam" {
32
- description = " Skip for GCP projects with externally managed IAM"
33
- type = bool
34
- }
You can’t perform that action at this time.
0 commit comments