We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bad20 commit 4bd6efaCopy full SHA for 4bd6efa
versions.tf
@@ -0,0 +1,8 @@
1
+terraform {
2
+ required_providers {
3
+ aws = {
4
+ source = "hashicorp/aws"
5
+ version = "~> 5.0"
6
+ }
7
8
+}
0 commit comments