원클릭으로
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