Skip to content

Commit 515cec6

Browse files
authored
Merge pull request #28 from tomarv2/develop
update output
2 parents a46e645 + 348af52 commit 515cec6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module "iam_policies" {
6060
}
6161

6262
module "s3" {
63-
source = "git::git@github.com:tomarv2/terraform-aws-s3.git?ref=v0.0.6"
63+
source = "git::git@github.com:tomarv2/terraform-aws-s3.git?ref=v0.0.7"
6464

6565
# -----------------------------------------
6666
# Do not change the teamid, prjid once set.

versions.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,9 @@ terraform {
1717
}
1818
}
1919

20-
2120
provider "aws" {
2221
region = var.aws_region
2322
profile = var.profile_to_use
24-
default_tags {
25-
tags = {
26-
Name = "${var.teamid}-${var.prjid}"
27-
team = var.teamid
28-
project = var.prjid
29-
}
30-
}
3123
}
3224

3325
provider "aws" {

0 commit comments

Comments
 (0)