author apichick <apichick@google.com> 1635979681 +0100
committer apichick <apichick@google.com> 1635980891 +0100

parent 871dd3f5c0
author apichick <apichick@google.com> 1635979681 +0100
committer apichick <apichick@google.com> 1635980849 +0100

update vpc connector variables and added options variable to containers

Updated iam variable description

Included tests for examples in README

Fixed linting
This commit is contained in:
apichick
2021-11-03 23:48:01 +01:00
parent 871dd3f5c0
commit 731688a782
4 changed files with 83 additions and 89 deletions

View File

@@ -19,10 +19,7 @@ module "cloud_run" {
revision_name = "blue"
containers = [{
image = "us-docker.pkg.dev/cloudrun/container/hello"
command = null
args = null
env = null
env_from = null
options = null
ports = null
resources = null
volume_mounts = null