Remove old variables

This commit is contained in:
Ahosking 2021-06-30 15:30:46 -04:00
parent 56506d9b6a
commit 2dd58abae2
3 changed files with 9 additions and 12 deletions

View File

@ -1,3 +1,12 @@
terraform {
backend "remote" {
organization = "AHosking"
workspaces {
name = "terraform"
}
}
}
provider "cloudflare" {
email = var.CLOUDFLARE_EMAIL
api_key = var.CLOUDFLARE_API_KEY

View File

@ -1,10 +0,0 @@
terraform {
backend "remote" {
organization = "AHosking"
workspaces {
name = "terraform"
}
}
}

View File

@ -8,8 +8,6 @@ variable "aws_region" {
}
variable "CLOUDFLARE_EMAIL" {}
variable "CLOUDFLARE_API_TOKEN" {}
variable "CLOUDFLARE_ACCOUNT_ID" {}
variable "CLOUDFLARE_API_KEY" {}
variable "home_ip" {