chmura/labs/terraform/starter_files/main.tf

7 lines
132 B
Terraform
Raw Permalink Normal View History

2021-04-24 15:54:14 +02:00
locals {
common_tags = {
2023-03-25 06:49:38 +01:00
purpose = "UAM Cloud Data Processing"
environment = "DEV"
owner = var.student_full_name
2021-04-24 15:54:14 +02:00
}
}