Skip to content

Commit c6eadc5

Browse files
author
iru
authored
doc: clarify region/zone
1 parent e09e807 commit c6eadc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For other Cloud providers check: [AWS](https://github.com/sysdiglabs/terraform-a
1717

1818
## Notice
1919
* [GCP regions](https://cloud.google.com/compute/docs/regions-zones/#available)
20+
* Do not confuse required `region` with GCP location or zone. [Identifying a region or zone](https://cloud.google.com/compute/docs/regions-zones/#identifying_a_region_or_zone)
2021
* All Sysdig Secure for Cloud features but [Image Scanning](https://docs.sysdig.com/en/docs/sysdig-secure/scanning/) are enabled by default. You can enable it through `deploy_scanning` input variable parameter of each example.<br/>
2122
* This example will create resources that **cost money**. Run `terraform destroy` when you don't need them anymore.
2223
* For **free subscription** users, beware that organizational examples may not deploy properly due to the [1 cloud-account limitation](https://docs.sysdig.com/en/docs/administration/administration-settings/subscription/#cloud-billing-free-tier). Open an Issue so we can help you here!
@@ -106,7 +107,7 @@ Alternatively, use Terraform example module to trigger **GCP Update, Disable or
106107
- For CloudRun image scanning, deploy a runner.
107108

108109
It may take some time, but you should see logs detecting the new image in the `cloud-connector` logs, similar to these
109-
> An image has been pushed to GCR registry (project=..., tag=europe-west2-docker.pkg.dev/test-repo/alpine/alpine:latest, digest=europe-west2-docker.pkg.dev/test-repo/alpine/alpine@sha256:be9bdc0ef8e96dbc428dc189b31e2e3b05523d96d12ed627c37aa2936653258c)
110+
> An image has been pushed to GCR registry (project=..., tag=europe-west2-docker.pregionkg.dev/test-repo/alpine/alpine:latest, digest=europe-west2-docker.pkg.dev/test-repo/alpine/alpine@sha256:be9bdc0ef8e96dbc428dc189b31e2e3b05523d96d12ed627c37aa2936653258c)
110111
> Starting GCR scanning for 'europe-west2-docker.pkg.dev/test-repo/alpine/alpine:latest
111112
112113
And a CloudBuild being launched successfully.
@@ -144,7 +145,7 @@ gle_cloud_run_service.cloud_connector" error: Error creating Service: googleapi:
144145
<p>The requested URL <code>/apis/serving.knative.dev/v1/namespaces/****/services</code> was not found on this server. <ins>That’s all we know.</ins>
145146
```
146147
A: This error is given by the Terraform GCP provider when an invalid region is used.
147-
<br/>S: Use one of the available regions https://cloud.google.com/compute/docs/regions-zones/#available
148+
<br/>S: Use one of the available [GCP regions](https://cloud.google.com/compute/docs/regions-zones/#available. Do not confuse required `region` with GCP location or zone. [Identifying a region or zone](https://cloud.google.com/compute/docs/regions-zones/#identifying_a_region_or_zone)
148149
149150
### Q: Error because it cannot resolve the address below, "https://-run.googleapis.com/apis/serving.knative.dev"
150151
A: GCP region was not provided in the provider block

0 commit comments

Comments
 (0)