Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
feat: adds default terraform tags (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
cujarrett authored Oct 8, 2021
1 parent e53f96a commit ada5fc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
provider "aws" {
region = var.aws_region

default_tags {
tags = {
app = "destiny-insights-backend"
}
}
}

0 comments on commit ada5fc1

Please sign in to comment.