Skip to content

ronald0009/tfdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfdemo

  1. Download Terraform and add it to your PATH
  2. Create a GitHub project (repo)
  3. Clone the repo locally
git clone <PROJECT_URL>
cd <PROJECT>
  1. Add your Terraform files
  2. Open a terminal and navigate to the project folder
  3. Log in to Azure
az login
  1. Run Terraform commands
terraform init
terraform plan
terraform apply
  1. To destroy resources without confirmation
terraform destroy -auto-approve
  1. Add your project files into the cloned folder
git add .
git commit -m "Add project files"
  1. Push the files to GitHub
git push origin main
  1. Continue working (future updates)
git add .
git commit -m "Update README"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages