Skip to content

Commit

Permalink
Merge pull request #1 from Frichetten/fix_provider
Browse files Browse the repository at this point in the history
A Terraform Change Broke The Provider
  • Loading branch information
Frichetten authored Mar 9, 2022
2 parents bd71c53 + b7e0717 commit 8114199
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.74.1"
}
}
}

provider "aws" {
region = "us-east-1"
}
}

0 comments on commit 8114199

Please sign in to comment.