mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-18 04:01:08 -05: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"
|
|
}
|
|
}
|
|
}
|