Input Variable (IaC) - CI/CD用語集の定義
input variableはIaCの構成やモジュールをパラメータ化し、値(リージョン、インスタンスサイズ、環境名)をコードにハードコーディングする代わりに実行時に渡せるようにします。
input variableはIaCの構成やモジュールをパラメータ化し、値(リージョン、インスタンスサイズ、環境名)をコードにハードコーディングする代わりに実行時に渡せるようにします。
input variableを使うと、単一の構成をstagingや本番などの環境をまたいで再利用できます。
関連ガイド
Module (IaC) - CI/CD Glossary DefinitionModule (IaC): A module is a reusable, parameterized package of IaC configuration that groups related resource…
Provider (IaC) - CI/CD Glossary DefinitionProvider (IaC): A provider is a plugin that lets an IaC tool manage a specific platform's resources (AWS, Azu…
Backend (IaC) - CI/CD Glossary DefinitionBackend (IaC): A backend defines where and how an IaC tool stores its state and runs operations, for example…