From 348af52ded53cc6f5ee2cf1b206d3a41f9e1c89d Mon Sep 17 00:00:00 2001 From: tomarv2 Date: Sat, 29 Jan 2022 01:56:18 -0800 Subject: [PATCH] update output --- main.tf | 2 +- versions.tf | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/main.tf b/main.tf index d7e67aa..95a6f2c 100755 --- a/main.tf +++ b/main.tf @@ -60,7 +60,7 @@ module "iam_policies" { } module "s3" { - source = "git::git@github.com:tomarv2/terraform-aws-s3.git?ref=v0.0.6" + source = "git::git@github.com:tomarv2/terraform-aws-s3.git?ref=v0.0.7" # ----------------------------------------- # Do not change the teamid, prjid once set. diff --git a/versions.tf b/versions.tf index 996e602..e97feb7 100644 --- a/versions.tf +++ b/versions.tf @@ -17,17 +17,9 @@ terraform { } } - provider "aws" { region = var.aws_region profile = var.profile_to_use - default_tags { - tags = { - Name = "${var.teamid}-${var.prjid}" - team = var.teamid - project = var.prjid - } - } } provider "aws" {