ワンクリックで
infrastructure-as-code
Terraform, CloudFormation, ARM templates, Kubernetes manifests, and state management best practices
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Terraform, CloudFormation, ARM templates, Kubernetes manifests, and state management best practices
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Animation principles, techniques, and best practices for 3D animation
Polygon reduction, LOD creation, texture compression, and real-time optimization
Blender interface, workflows, and 3D production pipeline
3D modeling fundamentals, techniques, and best practices
NVIDIA Omniverse platform integration and real-time 3D workflows
Rigging fundamentals, skeleton setup, and animation controls
| name | infrastructure-as-code |
| description | Terraform, CloudFormation, ARM templates, Kubernetes manifests, and state management best practices |
State Management
Module Structure
main.tf, variables.tf, outputs.tfResource Naming
name_prefix or name_suffix for dynamic namingVariables and Outputs
Provider Configuration
create_before_destroy and lifecycle rulesterraform init: Initialize working directory and download providersterraform plan: Preview changes before applyingterraform apply: Apply configuration changesterraform destroy: Destroy infrastructureterraform import: Import existing resources into stateterraform state mv: Move resources in stateterraform refresh: Update state file with real resourcesTemplate Organization
Resource Management
Parameter and Output Design
Change Set Management
!Ref: Reference parameters or resources!GetAtt: Get resource attributes!Sub: String substitution!Join: Join strings with a delimiter!Select: Select from a list!Split: Split a string into a list!If: Conditional logic!Equals: Compare values!And, !Or, !Not: Boolean logic!FindInMap: Look up values in a mapping!ImportValue: Import exported values from other stacksTemplate Structure
Resource Management
Parameter and Variable Design
parameters(): Reference parametersvariables(): Reference variablesreference(): Get resource propertiesconcat(): Concatenate stringssubstring(): Extract substringreplace(): Replace stringtoUpper(), toLower(): Case conversionuniqueString(): Generate unique stringsresourceId(): Get resource IDsubscription(), resourceGroup(): Get deployment scopeCore Concepts
Best Practices
Common Resources
Core Concepts
Best Practices
Helm Commands
helm create: Create a new charthelm install: Install a charthelm upgrade: Upgrade a releasehelm uninstall: Uninstall a releasehelm template: Render templateshelm lint: Validate chartshelm repo add: Add chart repositoryPlaybook Structure
Task Design
Inventory Management
Terraform State
CloudFormation Stack State
Kubernetes State
Terraform Drift
terraform plan to detect driftterraform refresh to update stateCloudFormation Drift Detection
Kubernetes Drift
Secrets Management
Access Control
Compliance