Skip to content

Infrastructure as a Code (IaC) - using Terraform to provision the requireded resorces on AWS.

Notifications You must be signed in to change notification settings

DijanaPenic/Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

initialize

terraform init

preview terraform actions

terraform plan

apply configuration with variables

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

destroy everything fromtf files

terraform destroy -var-file terraform-test.tfvars -auto-approve

show resources and components from current state

terraform state list

show current state of a specific resource/data

terraform state show module.myapp-server.aws_instance.myapp-server

About

Infrastructure as a Code (IaC) - using Terraform to provision the requireded resorces on AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages