chmura/labs/terraform/starter_files/main.tf

7 lines
132 B
Terraform
Raw Normal View History

2021-04-24 15:54:14 +02:00
locals {
common_tags = {
Purpose = "UAM Cloud Data Processing"
Environment = "DEV"
Owner = var.student_full_name
}
}