autobaan/terraform/providers.tf
2021-11-24 15:39:28 +01:00

9 lines
No EOL
132 B
HCL

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