opentofu/configs/testdata/valid-files/required-providers.tf
2019-06-30 10:16:15 +02:00

8 lines
90 B
HCL

terraform {
required_providers {
aws = "~> 1.0.0"
consul = "~> 1.2.0"
}
}