-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add support for running Terraform under WSL on Windows on ARM #24013
Description
Good evening,
I initially added this to #23525 but realized it was closed. Instead resurrecting that ticket here's a new one.
I am running Ubuntu 18.10, go version gives "go version go1.10.4 linux/arm64".
I am trying to get Terraform for compile under Ubuntu on WSL on my Surace Pro X (Windows on ARM). Here are the initial results:
derek@DESKTOP-7PM1NT1:~/terraform$ make bin
==> Checking that code complies with gofmt requirements...
gofmt needs running on the following files:
./backend/remote/backend_mock.go
./backend/remote-state/s3/backend_state.go
./backend/remote-state/s3/backend_test.go
./backend/remote-state/azure/client_test.go
./backend/remote-state/azure/backend_test.go
./backend/remote-state/oss/backend_test.go
./plugin/discovery/get_test.go
./command/meta_backend_test.go
./command/init.go
./builtin/providers/test/diff_apply_test.go
./builtin/providers/test/resource_dataproc_cluster_test.go
./builtin/provisioners/puppet/linux_provisioner_test.go
./builtin/provisioners/chef/linux_provisioner_test.go
./helper/schema/shims_test.go
./helper/schema/schema_test.go
./helper/schema/resource_timeout_test.go
./terraform/context_apply_test.go
You can use the command: make fmt to reformat code.
Makefile:93: recipe for target 'fmtcheck' failed
make: *** [fmtcheck] Error 1
My next step is to try 'make fmt'.