Skip to content

Commit

Permalink
Alignment across repositories
Browse files Browse the repository at this point in the history
[skip actions]
  • Loading branch information
brettcurtis committed Mar 30, 2024
1 parent 4910183 commit 5e66278
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 96 deletions.
13 changes: 0 additions & 13 deletions .coderabbit.yaml

This file was deleted.

7 changes: 1 addition & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-symlinks

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

Expand All @@ -27,8 +27,3 @@ repos:
# Always run after terraform_validate

- id: terraform_docs

- id: infracost_breakdown
args:
- --args=--config-file=infracost.yml
- --args=--sync-usage-file
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ source 'https://rubygems.org'

gem 'kitchen-terraform', '7.0.2'

# These Gems are used by the Shopify/ruby-lsp Visual Studio Code extension
# GCP InSpec Bug: https://github.com/inspec/inspec-gcp/issues/596

gem 'nori', '2.6.0'# These Gems are used by the Shopify/ruby-lsp Visual Studio Code extension

gem 'rubocop', '1.25.1'
gem 'ruby-lsp', '0.14.2'
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

[![infracost](https://img.shields.io/endpoint?label=default_bucket&url=https://dashboard.api.infracost.io/shields/json/cbeecfe3-576f-4553-984c-e451a575ee47/repos/00c5bd62-c59f-44f6-8583-5632a43182fd/branch/65062ab7-4e16-4e82-ba22-22c03a84f6fc/default_bucket)](https://dashboard.infracost.io/org/osinfra-io/repos/00c5bd62-c59f-44f6-8583-5632a43182fd?tab=settings)

Monthly cost estimates for this module based on these usage values:

- [default_bucket](test/fixtures/default_bucket/infracost-usage.yml)
💵 Monthly estimates based on Infracost baseline costs.

## Repository Description

Expand All @@ -24,19 +22,6 @@ Terraform **example** module for a Google Cloud Platform storage bucket.
> [!TIP]
> You can check the [test/fixtures](test/fixtures/) directory for example configurations. These fixtures set up the system for testing by providing all the necessary initial code, thus creating good examples to base your configurations.
Here is an example of a basic configuration:

```hcl
module "storage_bucket" {
source = "github.com/osinfra-io/terraform-google-storage-bucket?ref=v0.0.0"
cost_center = "x000"
location = "us-east1"
name = "example-tf34k"
project_id = "example-project"
}
```

## <img align="left" width="35" height="35" src="https://github.com/osinfra-io/github-organization-management/assets/1610100/39d6ae3b-ccc2-42db-92f1-276a5bc54e65"> Development

Our focus is on the core fundamental practice of platform engineering, Infrastructure as Code.
Expand Down
11 changes: 0 additions & 11 deletions infracost.yml

This file was deleted.

16 changes: 0 additions & 16 deletions infracost.yml.tmpl

This file was deleted.

33 changes: 0 additions & 33 deletions test/fixtures/default_bucket/infracost-usage.yml

This file was deleted.

0 comments on commit 5e66278

Please sign in to comment.