Skip to content

jdaemon7/terraform-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

  1. Install git & terraform from:

gitforwindows aka GitBash

Terraform official site

  1. Verify that TF installation works:

terraform version

  1. Clone the repository from version control:

git clone https://github.com/jdaemon7/terraform-demo

cd terraform-demo

  1. Initialize the TF repo locally:

terraform init

  1. Create Plan in workspace:

terraform plan

  1. Apply resource:

terraform apply

  1. Review the TF state file:

cd .terraform

cat terraform.tfstate

  1. Destroy resource:

terraform destroy

  1. Review documentation Terraform Registry – STACKIT Provider as well as in the GitHub repository.

About

Intership training 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages