autobaan/terraform/providers.tf
2023-05-23 15:09:09 -05:00

9 lines
No EOL
132 B
HCL

provider "aws" {
profile = "default"
region = "eu-central-1"
default_tags {
tags = {
Terraform = "true"
}
}
}