mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 20:52:58 -06:00
8 lines
90 B
HCL
8 lines
90 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
aws = "~> 1.0.0"
|
|
consul = "~> 1.2.0"
|
|
}
|
|
}
|