7 lines
132 B
HCL
7 lines
132 B
HCL
locals {
|
|
common_tags = {
|
|
purpose = "UAM Cloud Data Processing"
|
|
environment = "DEV"
|
|
owner = var.student_full_name
|
|
}
|
|
} |