Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add or update repository #142

Merged
merged 2 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
global_infra:
name: "Global"
uses: osinfra-io/github-terraform-called-workflows/.github/workflows/plan-and-apply.yml@v0.1.9
if: github.actor != 'dependabot[bot]'
if: github.actor != 'osinfra-sa'
with:
checkout_ref: ${{ github.ref }}
environment: production
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-symlinks
- id: no-commit-to-branch

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

Expand Down
19 changes: 19 additions & 0 deletions global/infra/tfvars/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,23 @@ repositories = {
]
}

"google-cloud-services" = {
description = "Infrastructure as Code (IaC) example for Google Cloud Platform services."

topics = [
"google-cloud-landing-zone-platform",
"google-cloud-platform",
"infrastructure-as-code",
"osinfra",
"platform-team",
"terraform"
]

push_restrictions = [
"osinfra-io/platform-google-cloud-landing-zone"
]
}

"google-cloud-terraform-backend" = {
description = "Infrastructure as Code (IaC) example for Google Cloud Platform Terraform backend."

Expand Down Expand Up @@ -728,6 +745,7 @@ team_children = {
"google-cloud-kitchen-terraform",
"google-cloud-kubernetes",
"google-cloud-networking",
"google-cloud-services",
"google-cloud-terraform-backend",
"google-cloud-workload-identity",
"platform-google-cloud-landing-zone"
Expand Down Expand Up @@ -901,6 +919,7 @@ team_parents = {
"google-cloud-hierarchy",
"google-cloud-kitchen-terraform",
"google-cloud-networking",
"google-cloud-services",
"google-cloud-terraform-backend",
"google-cloud-workload-identity",
"platform-google-cloud-landing-zone"
Expand Down