Updating tags
This commit is contained in:
parent
6770f463c1
commit
5dcb6ea56f
@ -1,7 +1,7 @@
|
|||||||
locals {
|
locals {
|
||||||
common_tags = {
|
common_tags = {
|
||||||
Purpose = "UAM Cloud Data Processing"
|
purpose = "UAM Cloud Data Processing"
|
||||||
Environment = "DEV"
|
environment = "DEV"
|
||||||
Owner = var.student_full_name
|
owner = var.student_full_name
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,7 +1,7 @@
|
|||||||
locals {
|
locals {
|
||||||
common_tags = {
|
common_tags = {
|
||||||
Purpose = "UAM Cloud Data Processing"
|
purpose = "UAM Cloud Data Processing"
|
||||||
Environment = "DEV"
|
environment = "DEV"
|
||||||
Owner = var.student_full_name
|
owner = var.student_full_name
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user