Last active
August 3, 2017 17:57
-
-
Save gabteles/b96fb8c4ab22b301c86e5364e3153871 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time terraform apply -var-file=terraform-private.tfvars -var-file=terraform.tfvars | |
... | |
real 3m35,256s | |
user 0m3,221s | |
sys 0m1,241s | |
$ time terraform destroy -var-file=terraform-private.tfvars -var-file=terraform.tfvars | |
real 4m25,263s | |
user 0m3,484s | |
sys 0m1,152s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment