Skip to content

Commit

Permalink
Declare versions for provider (#83)
Browse files Browse the repository at this point in the history
* Declare versions for provider

* Update modules/terraform-aws-alternat/versions.tf

Co-authored-by: Eric Holmes <eric@ejholmes.net>

---------

Co-authored-by: Eric Holmes <eric@ejholmes.net>
  • Loading branch information
trpalmer and ejholmes authored Mar 1, 2024
1 parent 550f3d9 commit 721151e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/terraform-aws-alternat/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4"
}
}
}

0 comments on commit 721151e

Please sign in to comment.