This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
terraform-inventory
Watch
1
Star
1
Fork
0
You've already forked terraform-inventory
mirror of
https://github.com/adammck/terraform-inventory
synced
2024-11-23 00:12:13 +01:00
Code
Issues
Releases
Activity
693e714ab7
terraform-inventory
/
.travis.yml
12 lines
101 B
YAML
Raw
Normal View
History
Unescape
Escape
Add Travis
2016-08-12 03:58:38 +02:00
language
:
go
Add go module support (#122)
2019-09-18 04:02:46 +02:00
env
:
-
GO111MODULE=on
Add Travis
2016-08-12 03:58:38 +02:00
go
:
Fix parsing `index` field in case of non-numeric string (as allowed in `for_each` construct), fix sorting (#153) * Fix parsing `index` field in case of non-numeric string (as allowed in `for_each` construct), fix sorting * Use newer Go versions in CI so functions like `errors.Unwrap` are available
2021-07-30 23:06:38 +02:00
-
"1.13"
Support Terraform 0.12 state format (#114)
2019-08-01 17:21:54 +02:00
-
"1.x"
# latest
Add Travis
2016-08-12 03:58:38 +02:00
script
:
-
go test -v ./...
Copy Permalink