We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa622c commit e1954c9Copy full SHA for e1954c9
1 file changed
infrastructure/modules/s3bucket/versions.tf
@@ -0,0 +1,10 @@
1
+terraform {
2
+ required_providers {
3
+ aws = {
4
+ source = "hashicorp/aws"
5
+ version = "~> 5.50"
6
+ }
7
8
+
9
+ required_version = ">= 1.9.0"
10
+}
0 commit comments