diff --git a/blueprints/serverless/cloud-run-explore/README.md b/blueprints/serverless/cloud-run-explore/README.md index b1a7ef6d5..83e4b92d1 100644 --- a/blueprints/serverless/cloud-run-explore/README.md +++ b/blueprints/serverless/cloud-run-explore/README.md @@ -159,23 +159,23 @@ The above command will delete the associated resources so there will be no billa ## Variables -| name | description | type | required | default | -|---|---|:---:|:---:|:---:| -| [project_id](variables.tf#L46) | Project ID | string | ✓ | | -| [custom_domain](variables.tf#L17) | Custom domain for the Load Balancer | string | | null | -| [iap](variables.tf#L23) | Identity-Aware Proxy for Cloud Run in the LB | object({…}) | | {} | -| [image](variables.tf#L34) | Container image to deploy | string | | "us-docker.pkg.dev/cloudrun/container/hello" | -| [ingress_settings](variables.tf#L40) | Ingress traffic sources allowed to call the service | string | | "all" | -| [region](variables.tf#L51) | Cloud region where resource will be deployed | string | | "europe-west1" | -| [run_svc_name](variables.tf#L57) | Cloud Run service name | string | | "hello" | -| [security_policy](variables.tf#L63) | Security policy (Cloud Armor) to enforce in the LB | object({…}) | | {} | +| name | description | type | required | default | producer | +|---|---|:---:|:---:|:---:|:---:| +| [project_id](variables.tf#L46) | Project ID. | string | ✓ | | | +| [custom_domain](variables.tf#L17) | Custom domain for the Load Balancer. | string | | null | | +| [iap](variables.tf#L23) | Identity-Aware Proxy for Cloud Run in the LB. | object({…}) | | {} | | +| [image](variables.tf#L34) | Container image to deploy. | string | | "us-docker.pkg.dev/cloudrun/container/hello" | | +| [ingress_settings](variables.tf#L40) | Ingress traffic sources allowed to call the service. | string | | "all" | | +| [region](variables.tf#L51) | Cloud region where resource will be deployed. | string | | "europe-west1" | | +| [run_svc_name](variables.tf#L57) | Cloud Run service name. | string | | "hello" | | +| [security_policy](variables.tf#L63) | Security policy (Cloud Armor) to enforce in the LB. | object({…}) | | {} | | ## Outputs -| name | description | sensitive | -|---|---|:---:| -| [custom_domain](outputs.tf#L19) | Custom domain for the Load Balancer | | -| [default_URL](outputs.tf#L24) | Cloud Run service default URL | | -| [load_balancer_ip](outputs.tf#L29) | LB IP that forwards to Cloud Run service | | +| name | description | sensitive | consumers | +|---|---|:---:|---| +| [custom_domain](outputs.tf#L19) | Custom domain for the Load Balancer. | | | +| [default_URL](outputs.tf#L24) | Cloud Run service default URL. | | | +| [load_balancer_ip](outputs.tf#L29) | LB IP that forwards to Cloud Run service. | | |