chmury/labs/terraform/starter_files/main.tf
2024-05-29 11:02:19 +00:00

7 lines
132 B
HCL

locals {
common_tags = {
purpose = "UAM Cloud Data Processing"
environment = "DEV"
owner = var.student_full_name
}
}