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