mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04:00
11 lines
142 B
Terraform
11 lines
142 B
Terraform
|
|
terraform {
|
||
|
|
required_providers {
|
||
|
|
testing = {
|
||
|
|
source = "hashicorp/testing"
|
||
|
|
version = "0.1.0"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
# Empty by design
|