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.
2 parents a46e645 + 348af52 commit 515cec6Copy full SHA for 515cec6
main.tf
@@ -60,7 +60,7 @@ module "iam_policies" {
60
}
61
62
module "s3" {
63
- 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"
64
65
# -----------------------------------------
66
# Do not change the teamid, prjid once set.
versions.tf
@@ -17,17 +17,9 @@ terraform {
17
18
19
20
-
21
provider "aws" {
22
region = var.aws_region
23
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
31
32
33
0 commit comments