Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 238 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 238 Bytes

Create and Update Resources

Go to src directory which contains the terraform templates.

  1. Create a Plan

    terraform plan -out=tfplan.zip
  2. Apply the plan

    terraform apply "tfplan.zip"