Skip to content

SAhmed48/terraform-with-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-with-aws

A repo contains terraform files to create AWS resources using Terraform

Install providers in terraform

  • Make a new file terraform.tf
  • User Block param { arguments }
  • Go to documentation search provider and copy provider code and paste in the block.
  • Do terraform init and then it install the provider and terraform folder contains the provider now.
terraform {

}

Terraform Commands:

  • terraform init
  • terraform validate
  • terraform plan
  • terraform apply -auto-approve
  • terraform destroy

About

A repo contains terraform files to create AWS resources using Terraform

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages