.tfdev: remove platform build constraint

Terraform CLI should build for all of our standard targets.
This commit is contained in:
Martin Atkins 2019-08-09 15:10:52 -07:00 committed by GitHub
parent 987401518c
commit a64707272c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

5
.tfdev
View File

@ -6,8 +6,3 @@ version_info {
version_exec = false
disable_provider_requirements = true
platform {
os = "darwin"
arch = "amd64"
}