Skip to content

Commit ac65a00

Browse files
lint
1 parent d8716a7 commit ac65a00

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

providers.tf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
terraform {
22
required_version = ">= 0.13.0"
33
required_providers {
4-
aws = "> 3.0, ~> 4.0"
4+
aws = {
5+
source = "hashicorp/aws"
6+
version = "~> 4.0"
7+
}
8+
tls = {
9+
source = "hashicorp/tls"
10+
version = "~> 4.0"
11+
}
512
}
613
}

0 commit comments

Comments
 (0)