Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 205 Bytes

File metadata and controls

15 lines (13 loc) · 205 Bytes

Create Sample repo with Terraform on Github

run these commands:

$ terraform init
$ terraform validate
$ terraform fmt
$ terraform plan
$ terraform apply

for delete:

$ terraform destroy