Skip to content

Latest commit

 

History

History
 
 

part02-github-provider

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Create Sample repo with Terraform on Github

run these commands:

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

for delete:

$ terraform destroy