Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Docs: Updating README.md (#42)
Browse files Browse the repository at this point in the history
* Removing Prerequisites section

* chore: Removing release job (we will keep the old release method for the moment)
  • Loading branch information
anouarchattouna committed Feb 3, 2022
1 parent ce0a984 commit 225d0bd
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 166 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/release.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .releaserc.json

This file was deleted.

55 changes: 28 additions & 27 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Terraform module that implements [gcr-cleaner](https://github.com/sethvargo/gcr-cleaner), a tool that deletes untagged images in [Google Cloud Container Registry](https://cloud.google.com/container-registry)
and [Google Cloud Artifact Registry](https://cloud.google.com/artifact-registry).

![GitHub language count](https://img.shields.io/github/languages/count/mirakl/terraform-google-gcr-cleaner)
![GitHub contributors](https://img.shields.io/github/contributors/mirakl/terraform-google-gcr-cleaner)
[![GitHub stars](https://img.shields.io/github/stars/mirakl/terraform-google-gcr-cleaner)](https://github.com/mirakl/terraform-google-gcr-cleaner/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/mirakl/terraform-google-gcr-cleaner)](https://github.com/mirakl/terraform-google-gcr-cleaner/issues)
Expand All @@ -14,12 +13,6 @@ and [Google Cloud Artifact Registry](https://cloud.google.com/artifact-registry)
[![GitHub license](https://img.shields.io/github/license/mirakl/terraform-google-gcr-cleaner)](https://github.com/mirakl/terraform-google-gcr-cleaner)
[![Twitter Follow](https://img.shields.io/twitter/follow/Mirakl?style=social)](https://twitter.com/mirakl)

## Prerequisites

Please install:

- [gcloud](https://cloud.google.com/sdk/gcloud/)

## Usage

- From current project (the provider's project)
Expand Down Expand Up @@ -119,8 +112,8 @@ module "gcr_cleaner" {

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 4.6.0 |
| <a name="provider_google-beta"></a> [google-beta](#provider\_google-beta) | 4.7.0 |
| <a name="provider_google"></a> [google](#provider\_google) | 4.9.0 |
| <a name="provider_google-beta"></a> [google-beta](#provider\_google-beta) | 4.9.0 |

## Modules

Expand Down
55 changes: 28 additions & 27 deletions examples/complete/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 28 additions & 27 deletions examples/minimal/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 225d0bd

Please sign in to comment.