Infra as Code

Introduction

  • You can make good use of terraform to create file so as to create or manage the cloud resource in declarative way

  • Here is the docs and templates for creating gcp resource

Operation

  • Create declarative files for creating resource , here are the examples

  • Declare global variables for multiple resource files

  • Pack the declared modules to output

  • Migrate the record to cloud storage

  • Init the project to install the dependency needed

  • Prepare the execution resources and store into file and check the differences after updated

  • Apply the execution plan to gcp to create resources

  • Delete the updated changes

Last updated