Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 0 additions & 8 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down