Skip to content

kxw9298/gcp-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcp-terraform

Confirm that Terraform is installed by running the following command:

terraform --version

Initialize Terraform by running the following command:

terraform init

Rewrite the Terraform configurations files to a canonical format and style by running the following command:

terraform fmt

Initialize Terraform by running the following command:

terraform init

Create an execution plan by running the following command:

terraform plan

Apply the desired changes by running the following command:

terraform apply

yes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages