Created
December 18, 2017 20:49
-
-
Save thsutton/d3bc4fd38fb321a1da801a812ecc3d20 to your computer and use it in GitHub Desktop.
Using specific build of a Terraform plugin
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
[me@home test]$ ls -lash | |
total 4360 | |
0 drwxr-xr-x 9 me staff 288B 18 Dec 11:46 ./ | |
0 drwxr-xr-x 18 me staff 576B 13 Dec 17:12 ../ | |
0 drwxr-xr-x 3 me staff 96B 8 Dec 13:05 .terraform/ | |
4224 -rw-r--r-- 1 me staff 1.5M 18 Dec 10:27 crash.log | |
8 -rw-r--r-- 1 me staff 1.4K 13 Dec 10:17 example.txt | |
0 lrwxr-xr-x 1 me staff 48B 8 Dec 13:05 terraform-provider-azurerm@ -> /Users/me/go/bin/terraform-provider-azurerm | |
56 -rw-r--r-- 1 me staff 24K 18 Dec 11:46 terraform.tfstate | |
56 -rw-r--r-- 1 me staff 24K 18 Dec 11:46 terraform.tfstate.backup | |
16 -rw-r--r-- 1 me staff 4.7K 18 Dec 09:56 test.tf | |
[me@home test]$ terraform init; terraform validate | |
Initializing provider plugins... | |
Terraform has been successfully initialized! | |
You may now begin working with Terraform. Try running "terraform plan" to see | |
any changes that are required for your infrastructure. All Terraform commands | |
should now work. | |
If you ever set or change modules or backend configuration for Terraform, | |
rerun this command to reinitialize your working directory. If you forget, other | |
commands will detect it and remind you to do so if necessary. | |
[me@home test]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment