Terraform

2019-09-28  本文已影响0人  jaymz明

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

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

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

Design pipeline

image.png image.png
上一篇下一篇

猜你喜欢

热点阅读