Skip to content

Terraform projects to deploy several ressources on azure cloud provider and monitor those ones using python scripts also deploy nginx server to minikube cluster

Notifications You must be signed in to change notification settings

IHEEB22/terraform_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initialize

terraform init

preview terraform actions

terraform plan

apply configuration with variables

terraform apply -var-file terraform.tfvars

destroy a single resource

terraform destroy -target resource.name

destroy everything from tf files

terraform destroy

show resources and components from current state

terraform state list

show current state of a specific resource/data

terraform state show resource.name    

download required packages for the python script

pip install -r requirements.txt 

About

Terraform projects to deploy several ressources on azure cloud provider and monitor those ones using python scripts also deploy nginx server to minikube cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published