mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-07 09:00:28 -05:00
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.
8 lines
85 B
HCL
8 lines
85 B
HCL
provider "template" {
|
|
version = "0.1.0"
|
|
}
|
|
|
|
provider "null" {
|
|
version = "0.1.0"
|
|
}
|