Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
anouarchattouna authored May 4, 2021
1 parent 9e66ba1 commit f58f75c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,25 +186,26 @@ europe-docker.pkg.dev/gcr-cleaner/gcr-cleaner/gcr-cleaner
us-docker.pkg.dev/gcr-cleaner/gcr-cleaner/gcr-cleaner
```

## Deploy it using Terraform!
## What about using Terraform!

You can deploy the stack using [gcr-cleaner terraform module](https://registry.terraform.io/modules/mirakl/gcr-cleaner/google/latest):
:package: You can deploy the stack using the community-supported Terraform module [gcr-cleaner](https://registry.terraform.io/modules/mirakl/gcr-cleaner/google/latest):

```hcl
module "gcr_cleaner" {
source = "mirakl/gcr-cleaner/google"
source = "mirakl/gcr-cleaner/google"
version = "~> 0.5"
create_app_engine_app = true
app_engine_application_location = "us-central"
cloud_run_service_name = "gcr-cleaner"
cloud_run_service_location = "us-central1"
gcr_cleaner_image = "us-docker.pkg.dev/gcr-cleaner/gcr-cleaner/gcr-cleaner"
cloud_scheduler_job_schedule = "0 8 * * 2"
cloud_scheduler_job_time_zone = "US/Eastern"
gcr_repositories = [
{
project_id = "my-project-id"
repositories = [
"test/nginx",
"my-repo/my-image",
]
}
]
Expand Down

0 comments on commit f58f75c

Please sign in to comment.