Skip to content

Commit

Permalink
fix: Add required providers to module ssm (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Nov 18, 2021
1 parent 499b1a6 commit 5b68b7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/ssm/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
terraform {
required_version = ">= 0.14.1"

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

0 comments on commit 5b68b7b

Please sign in to comment.