autobaan/terraform/providers.tf

9 lines
132 B
Terraform
Raw Normal View History

2021-11-24 15:39:28 +01:00
provider "aws" {
profile = "default"
region = "eu-central-1"
default_tags {
tags = {
Terraform = "true"
}
}
}