Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 439 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 439 Bytes

initialise project & download providers

terraform init

preview what will be created with apply & see if any errors

terraform plan

exeucute with preview

terraform apply -var-file terraform.tfvars

execute without preview

terraform apply -var-file terraform.tfvars -auto-approve

destroy everything

terraform destroy

show resources and components from current state

terraform state list

this is a test to check gitlab repo