Updating tags

This commit is contained in:
Jakub Kasprzak 2023-03-25 06:49:38 +01:00
parent 6770f463c1
commit 5dcb6ea56f
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
locals {
common_tags = {
Purpose = "UAM Cloud Data Processing"
Environment = "DEV"
Owner = var.student_full_name
purpose = "UAM Cloud Data Processing"
environment = "DEV"
owner = var.student_full_name
}
}

View File

@ -1,7 +1,7 @@
locals {
common_tags = {
Purpose = "UAM Cloud Data Processing"
Environment = "DEV"
Owner = var.student_full_name
purpose = "UAM Cloud Data Processing"
environment = "DEV"
owner = var.student_full_name
}
}