Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 5b68b7b

Browse files
authored
fix: Add required providers to module ssm (#1423)
1 parent 499b1a6 commit 5b68b7b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: modules/ssm/versions.tf

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
terraform {
2+
required_version = ">= 0.14.1"
3+
4+
required_providers {
5+
aws = {
6+
source = "hashicorp/aws"
7+
version = ">= 3.38"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)