Skip to content

Commit

Permalink
Align with Infracost tagging policies (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis authored Feb 22, 2024
1 parent d6df599 commit 9e2dbf1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CodeRabbit Configuration File
# https://coderabbit.ai/docs/get-started/customize-coderabbit

# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

early_access: true
reviews:
request_changes_workflow: true
auto_review:
enabled: true
poem: false
chat:
auto_reply: true
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
verbose: false

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.6
rev: v1.88.0
hooks:
- id: terraform_fmt

Expand Down
4 changes: 2 additions & 2 deletions global/infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_google"></a> [google](#provider\_google) | 5.8.0 |
| <a name="provider_google"></a> [google](#provider\_google) | 5.17.0 |

## Modules

| Name | Source | Version |
|------|--------|---------|
| <a name="module_project"></a> [project](#module\_project) | github.com/osinfra-io/terraform-google-project//global | v0.1.8 |
| <a name="module_project"></a> [project](#module\_project) | github.com/osinfra-io/terraform-google-project//global | v0.1.9 |

## Resources

Expand Down
7 changes: 4 additions & 3 deletions global/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ module "project" {
folder_id = var.folder_id

labels = {
"environment" = var.environment,
"description" = "identity",
"platform" = "google-cloud-landing-zone",
env = var.environment
repository = "google-cloud-workload-identity"
platform = "google-cloud-landing-zone"
team = "platform-google-cloud-landing-zone"
}

prefix = "plt-lz"
Expand Down

0 comments on commit 9e2dbf1

Please sign in to comment.