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 d5f755a commit e32289dCopy full SHA for e32289d
main.tf
@@ -1,17 +1,3 @@
1
-//terraform {
2
-// required_version = ">= 0.14"
3
-// required_providers {
4
-// aws = {
5
-// version = "~> 2.61"
6
-// }
7
8
-//}
9
-
10
-provider "aws" {
11
- region = var.aws_region
12
- profile = var.profile_to_use
13
-}
14
15
module "global" {
16
source = "git::git@github.com:tomarv2/terraform-global.git//aws"
17
}
version.tf
@@ -0,0 +1,13 @@
+terraform {
+ required_version = ">= 0.14"
+ required_providers {
+ aws = {
+ version = "3.29"
+ }
+}
+
+provider "aws" {
+ region = var.aws_region
+ profile = var.profile_to_use
0 commit comments