Skip to content

Commit

Permalink
Updated default app tags as App
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenEsc committed Jan 8, 2025
1 parent 0dba371 commit 993ce41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ terraform {

provider "aws" {
region = var.reg

default_tags {
tags = {
App = "Sec-SAT"
Env = "Dev"
IaC = "Terraform"
}
}
}

0 comments on commit 993ce41

Please sign in to comment.