Terraform

How can we use pipeline to install our products on GCP(google cloud platform),AWS,OCI,Azure,ailiCloud...?

as we all known, if we want to use cloud's resources, infrastructure may need to initial.(VPC,bastion,firewall,FQDN.static ip...). Terraform is a framework which uses Infrastructure as Code to provision and manage any cloud, infrastructure, or service. it also integrates with VCS(git, github...).

Deliver infrastructure as code with Terraform

Write declarative configuration files

  • Collaborate and share configurations
  • Evolve and version your infrastructure
  • Automate provisioning

Define infrastructure as code to manage the full lifecycle — create new resources, manage existing ones, and destroy those no longer needed.

image.png

Plan and predict changes

  • Clearly mapped resource dependencies
  • Separation of plan and apply
  • Consistent, repeatable workflow

Terraform provides an elegant user experience for operators to safely and predictably make changes to infrastructure.

Design pipeline

image.png
image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容