Skip to content

insider89/terraform-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform config to create infrastructure

Initialization

Please run following command to download all required modules

terraform init

Validation

To validate your configuration, run following command

terraform validate
terraform fmt

Terraform plan

Before apply your configuration, make sure that changes to your infrastructure represent your expectations

terraform plan

Aplly configuration

To apply your configuration use following command

terraform apply

It is going to run terraform plan and ask you confirmation to apply.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages