Terraform the tfstate bucket

It's terraform all the way down
This commit is contained in:
Jake Howard
2020-02-22 23:41:01 +00:00
parent a80cc472cc
commit a307c53808
2 changed files with 40 additions and 0 deletions

View File

@ -8,3 +8,7 @@ provider "cloudflare" {
email = "hosting+cloudflare@theorangeone.net"
api_key = var.cloudflare_api_key
}
provider "aws" {
region = "eu-west-2"
}