mirror of https://github.com/hashicorp/terraform
providers lock: include test files when loading configuration (#37904)
Co-authored-by: Liam Cervante <liam.cervante@hashicorp.com>pull/37900/head
parent
e2327fdc31
commit
b0ebd07f11
@ -0,0 +1,5 @@
|
||||
kind: BUG FIXES
|
||||
body: 'providers lock: include providers required by terraform test'
|
||||
time: 2025-10-31T14:49:15.121756+01:00
|
||||
custom:
|
||||
Issue: "37851"
|
||||
@ -0,0 +1,5 @@
|
||||
run "test" {
|
||||
module {
|
||||
source = "./testing"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,7 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
test = {
|
||||
source = "hashicorp/test"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue