This commit is contained in:
Ryan Malloy 2024-11-09 13:05:21 -07:00
parent 4d5bf579f3
commit ce63043eac
2 changed files with 9 additions and 9 deletions

View File

@ -1,12 +1,3 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.45.0"
}
}
}
provider "aws" {
region = var.aws_region
access_key = var.aws_access_key

9
versions.tf Normal file
View File

@ -0,0 +1,9 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.45.0"
}
}
}