Skip to content

Commit d22349f

Browse files
committed
feat: Add AWS provider as requiments for the module
Signed-off-by: Marcel Dias <[email protected]>
1 parent 92087d0 commit d22349f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

versions.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
terraform {
22
required_version = ">= 1"
3+
required_providers {
4+
aws = {
5+
source = "hashicorp/aws"
6+
}
7+
}
38
}

0 commit comments

Comments
 (0)