mirror of
https://github.com/mr-vercetti/tf-aws-demo.git
synced 2025-01-18 19:35:34 +01:00
8 lines
120 B
HCL
Executable File
8 lines
120 B
HCL
Executable File
terraform {
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
version = "~> 3"
|
|
}
|
|
}
|
|
} |