Skip to content

JaiyeIam/consul-hashicorp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

initialise project & download providers

terraform init

preview what will be created with apply & see if any errors

terraform plan

exeucute with preview

terraform apply -var-file terraform.tfvars

execute without preview

terraform apply -var-file terraform.tfvars -auto-approve

destroy everything

terraform destroy

show resources and components from current state

terraform state list

this is a test to check gitlab repo

Releases

No releases published

Packages

No packages published

Languages