Resource (IaC) - CI/CD用語集の定義
resource とは、IaC 設定が管理する単一のインフラの構成要素で、仮想マシン、データベース、DNS レコードなどを指し、型と属性を持つブロックとして記述されます。
resource とは、IaC 設定が管理する単一のインフラの構成要素で、仮想マシン、データベース、DNS レコードなどを指し、型と属性を持つブロックとして記述されます。
resource は IaC の基本単位です。それぞれがツールの作成・追跡する一つの実オブジェクトに対応します。
関連ガイド
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…
Module (IaC) - CI/CD Glossary DefinitionModule (IaC): A module is a reusable, parameterized package of IaC configuration that groups related resource…
State File - CI/CD Glossary DefinitionState File: A state file is the record an IaC tool keeps of the resources it manages, mapping configuration t…