Skip to content

Instantly share code, notes, and snippets.

@hrialan
Created July 5, 2022 12:36
Show Gist options
  • Save hrialan/9ebed166ce457150be1dd362a5f37154 to your computer and use it in GitHub Desktop.
Save hrialan/9ebed166ce457150be1dd362a5f37154 to your computer and use it in GitHub Desktop.
[Terraform fundamental commands] #terraform #gcp
terraform init
terraform plan
terraform apply
terraform destroy
terrraform fmt --recursive # Format code
terraform console
terraform import
# https://www.terraform.io/cli/commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment