Provider (IaC) - CI/CD用語集の定義
provider とは、IaC ツールが特定のプラットフォームのリソース(AWS、Azure、GitHub)を管理できるようにするプラグインで、設定をそのプラットフォームの API 呼び出しに変換します。
provider とは、IaC ツールが特定のプラットフォームのリソース(AWS、Azure、GitHub)を管理できるようにするプラグインで、設定をそのプラットフォームの API 呼び出しに変換します。
各 provider は、そのプラットフォームに対して宣言できるリソースの種類とデータソースを定義します。
関連ガイド
Resource (IaC) - CI/CD Glossary DefinitionResource (IaC): A resource is a single piece of infrastructure an IaC configuration manages, such as a virtua…
Infrastructure as Code - CI/CD Glossary DefinitionInfrastructure as Code: Infrastructure as Code (IaC) is the practice of defining servers, networks, and cloud…
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…