mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-31 18:02:48 -04:00
* Ignore existing package hashes for command * missing new line * Fix incorrect logic when deciding change message * fix imports
8 lines
110 B
HCL
8 lines
110 B
HCL
terraform {
|
|
required_providers {
|
|
test = {
|
|
source = "hashicorp/test"
|
|
}
|
|
}
|
|
}
|