Giter Site home page Giter Site logo

terraform-github's Introduction

terraform-github

概要

このリポジトリはTerraformとGitHub Actionsを使用してGitHubにリポジトリデプロイするためのものです。

デプロイフロー

  1. GitHub Actionsのワークフローがトリガーされます(例えば、プルリクエストがマージされたとき)。
  2. set-matrixアクションが実行され、Terraformの実行対象ディレクトリのリストを作成します。
  3. setup-terraformアクションが実行され、Terraformをセットアップします。
  4. terraform-planアクションが実行され、Terraformの計画が作成されます。
  5. terraform-applyアクションが実行され、Terraformの計画が適用されます。
graph LR
  A[GitHub Actions Trigger] --> B[setup-terraform]
  B --> C[terraform-plan]
  C --> D[terraform-apply]
  D --> E[Infrastructure is deployed]
  E --> F[Changes are reflected in the GitHub repository]

ディレクトリとファイルの役割

  • .editorconfig: エディタの設定を統一するためのファイルです。
  • .github/: GitHubの設定ファイルやGitHub Actionsのワークフローが格納されています。
  • .gitignore: Gitで追跡しないファイルやディレクトリを指定するためのファイルです。
  • .markdownlint.json: MarkdownファイルのLint設定を行うためのファイルです。
  • .pre-commit-config.yaml: pre-commitフックの設定を行うためのファイルです。
  • .textlintignore: textlintで無視するファイルやディレクトリを指定するためのファイルです。
  • .textlintrc: textlintの設定を行うためのファイルです。
  • .tool-versions: 使用するツールのバージョンを指定するためのファイルです。
  • .vscode/: Visual Studio Codeの設定を行うためのディレクトリです。
  • .yamllint: YAMLファイルのLint設定を行うためのファイルです。
  • cspell.json: cspell(スペルチェックツール)の設定を行うためのファイルです。
  • README.md: リポジトリの説明を記述するためのファイルです。
  • renovate.json: Renovate(依存関係の更新ツール)の設定を行うためのファイルです。
  • terraform/: Terraformの設定ファイルやモジュールが格納されています。
  • .cspell/: cspell(スペルチェックツール)の設定ファイルが格納されています。

terraform-github's People

Contributors

renovate[bot] avatar tqer39 avatar

Watchers

 avatar  avatar

terraform-github's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Use matchDepNames instead of matchPackageNames

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/actions/aws-credential/action.yml
  • aws-actions/configure-aws-credentials v4
.github/actions/setup-terraform/action.yml
  • hashicorp/setup-terraform v3
.github/actions/terraform-plan/action.yml
.github/actions/terraform-validate/action.yml
  • actions/cache v4
  • terraform-linters/setup-tflint v4
.github/workflows/auto-assign.yml
  • kentaro-m/auto-assign-action v2.0.0
.github/workflows/labeler.yml
  • actions/labeler v5
.github/workflows/pre-commit.yml
  • actions/checkout v4
  • pre-commit/action v3.0.1
.github/workflows/terraform-github.yml
  • actions/checkout v4
  • bobheadxi/deployments v1
  • bobheadxi/deployments v1
.github/workflows/terraform-renovate.yml
  • actions/checkout v4
  • hashicorp/setup-terraform v3
  • EndBug/add-and-commit v9
pre-commit
.pre-commit-config.yaml
  • pre-commit/pre-commit-hooks v4.6.0
  • adrienverge/yamllint v1.35.1
  • streetsidesoftware/cspell-cli v8.8.2
  • igorshubovych/markdownlint-cli v0.41.0
  • koalaman/shellcheck-precommit v0.10.0
  • pre-commit/mirrors-prettier v3.1.0
  • rhysd/actionlint v1.7.0
  • renovatebot/pre-commit-hooks 37.377.6
  • antonbabenko/pre-commit-terraform v1.90.0
terraform
terraform/src/repository/main.tf
terraform/src/repository/provider.tf
terraform/src/repository/terraform.tf
  • aws 5.43.0
  • github 6.2.1
  • hashicorp/terraform 1.7.5
terraform-version
.terraform-version
  • hashicorp/terraform 1.7.5

  • Check this box to trigger a request for Renovate to run again on this repository

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>tqer39/renovate-config:automergeStrategy). Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.