main
tf 12 lines 176 Bytes
Raw
1 provider "aws" {
2 region = "eu-west-1"
3 profile = "nixos-prod"
4 }
5
6 provider "aws" {
7 alias = "us"
8 region = "us-east-1"
9 profile = "nixos-prod"
10 }
11
12 provider "fastly" {}