Skip to content

Commit

Permalink
Create provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
574n13y authored Nov 29, 2023
1 parent b8da66d commit 89a7a27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.16"
}
}
required_version = ">= 1.2.0"
}

provider "aws" {
region = var.aws_region
}

0 comments on commit 89a7a27

Please sign in to comment.