Skip to content

Commit

Permalink
Merge pull request #206 from ko-build/imjasonh-patch-1
Browse files Browse the repository at this point in the history
document GAR requirement for cloudrun example
imjasonh authored Dec 18, 2024
2 parents b0a9e6b + f455e08 commit 8c895ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider-examples/cloudrun/README.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ To start, `terraform init` to install the necessary providers.
Then `terraform apply` to build and deploy the example app to Cloud Run.
You will be prompted for your GCP project.

> Note: Cloud Run requires that images are pushed to Google Artifact Registry to be deployed to Cloud Run.
When complete, your service will be named `tf-ko-example`.

To clean up created resources, `terraform destroy`.

0 comments on commit 8c895ab

Please sign in to comment.