terraform/main.tf

7 lines
132 B
Terraform
Raw Normal View History

2024-05-12 09:31:59 +02:00
locals {
common_tags = {
purpose = "UAM Cloud Data Processing"
environment = "DEV"
owner = var.student_full_name
}
}