Commit d59a264e authored by 施桓鹏's avatar 施桓鹏
Browse files

Merge branch 'liuqing-iac/36a0e8-patch-83472' into 'iac/36a0e8'

1Add new file

See merge request !1
1 merge request!11Add new file
Showing with 57 additions and 0 deletions
+57 -0
version: 0.4
plan:
steps:
- type: checkout
name: 拉取配置
- type: terraformInit
name: 初始化配置
args:
- "-input=true"
- type: terraformPlan
name: 检查配置
- type: envScan
name: 合规检测
apply:
steps:
- type: checkout
name: 拉取配置
- type: terraformInit
name: 初始化配置
args:
- "-input=true"
- type: terraformPlan
name: 检查配置
args:
- "-refresh=false"
- type: envScan
name: 合规检测
- type: terraformApply
name: 执行配置
- type: ansiblePlay
name: 部署应用
destroy:
steps:
- type: checkout
name: 拉取配置
- type: terraformInit
name: 初始化配置
- type: terraformPlan
name: 检查配置
args:
- "-destroy"
- type: terraformDestroy
name: 销毁环境
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment