Files
opentf/command/e2etest/test-fixtures/plugin-cache/main.tf
Martin Atkins 30e6f4e066 command/e2etest: test installation of plugins from cache
This is a tough one to unit tests because the behavior is tangled up in
the code that hits releases.hashicorp.com, so we'll add this e2etest as
some extra insurance that this works end-to-end.
2017-09-29 14:03:09 -07:00

8 lines
85 B
HCL

provider "template" {
version = "0.1.0"
}
provider "null" {
version = "0.1.0"
}