mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 09:32:39 +00:00
11 lines
147 B
HCL
11 lines
147 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = "4.49.0"
|
|
}
|
|
}
|
|
required_version = ">= 1.2"
|
|
}
|