Skip to content

Commit

Permalink
Set minimum versions (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Apr 22, 2021
1 parent 8f42bf6 commit 01043c8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/account-assignments/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 0.13.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.26.0"
}
}
}
10 changes: 10 additions & 0 deletions modules/permission-sets/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 0.13.0"

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

0 comments on commit 01043c8

Please sign in to comment.