Skip to content

pank1999/Terraform-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform

Documentation Reference

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance

Some Basic Commands:

Initialize the terraform and download the plugins for the providers

    terraform init

This command just dry run the checks before actually proceding the actual steps.

terraform plan

Run the plan

terraform apply
terraform apply --auto-approve

Destroying / Removing the resources

terraform destroy

See the list of states of resources

terraform state list

To check the particular resource state

terraform state show <resource-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages