mirror of
https://github.com/kasmtech/terraform.git
synced 2026-07-17 16:40:19 +00:00
8 lines
116 B
HCL
8 lines
116 B
HCL
terraform {
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
#version = "4.56.0"
|
|
}
|
|
}
|
|
}
|