InfrastructureS3ToDynamoDBL.../locals.tf

7 lines
119 B
Terraform
Raw Normal View History

2023-07-11 15:45:59 +00:00
locals {
account_id = "539634357948"
default_tags = {
Project = "my-project"
Owner = "my-team"
}
}