Skip to content

iamanirudha97/learning-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform_practice

IaC practice using Terraform

#terraform init -> to initailise the configuration

#terraform plan -> to create an execution plan, which lets you preview the changes that terraform plans to make to your infrastructure

#terraform apply -auto-approve -> executes the configurations and creates and manages the state of the infrastructure

#terraform destroy -> deletes the infrastructure and the along with all the resources included in the configuratopns

About

Iac using Terraform and AWS S3 object storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published