一键导入
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