Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • 6 6b8d0c-aliyun-software
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • eos-test
  • 6b8d0c-aliyun-software
  • Merge requests
  • !1

1Add new file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged liu qing requested to merge liuqing/6b8d0c-aliyun-software:liuqing-iac/36a0e8-patch-83472 into iac/36a0e8 1 year ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Activity

  • 施桓鹏 approved this merge request 1 year ago

    approved this merge request

  • 施桓鹏 mentioned in commit d59a264e 1 year ago

    mentioned in commit d59a264e

  • 施桓鹏 merged 1 year ago

    merged

  • Loading
  • Loading
Please register or sign in to reply
Compare
  • iac/36a0e8 (base)

and
  • latest version
    a84541e5
    1 commit, 1 year ago

1 file
+ 57
- 0

    Preferences

    File browser
    Compare changes
.cloudiac-pipeline.yml 0 → 100644
+ 57
- 0
  • View file @ a84541e5

  • Edit in single-file editor

  • Open in Web IDE

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: 销毁环境
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
2
2 participants
施桓鹏
liu qing
Reference: eos-test/6b8d0c-aliyun-software!1
Source branch: liuqing-iac/36a0e8-patch-83472

Menu

Explore Projects Groups Snippets