Updating tags
This commit is contained in:
parent
6770f463c1
commit
5dcb6ea56f
@ -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
|
||||
}
|
||||
}
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user