modules/template_architecture_definition/terraform.tf (8 lines of code) (raw):

terraform { required_providers { local = { source = "hashicorp/local" version = "~> 2.4" } } }