Remove old variables
This commit is contained in:
parent
56506d9b6a
commit
2dd58abae2
@ -1,3 +1,12 @@
|
|||||||
|
terraform {
|
||||||
|
backend "remote" {
|
||||||
|
organization = "AHosking"
|
||||||
|
|
||||||
|
workspaces {
|
||||||
|
name = "terraform"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
provider "cloudflare" {
|
provider "cloudflare" {
|
||||||
email = var.CLOUDFLARE_EMAIL
|
email = var.CLOUDFLARE_EMAIL
|
||||||
api_key = var.CLOUDFLARE_API_KEY
|
api_key = var.CLOUDFLARE_API_KEY
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
terraform {
|
|
||||||
backend "remote" {
|
|
||||||
organization = "AHosking"
|
|
||||||
|
|
||||||
workspaces {
|
|
||||||
name = "terraform"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -8,8 +8,6 @@ variable "aws_region" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "CLOUDFLARE_EMAIL" {}
|
variable "CLOUDFLARE_EMAIL" {}
|
||||||
variable "CLOUDFLARE_API_TOKEN" {}
|
|
||||||
variable "CLOUDFLARE_ACCOUNT_ID" {}
|
|
||||||
variable "CLOUDFLARE_API_KEY" {}
|
variable "CLOUDFLARE_API_KEY" {}
|
||||||
|
|
||||||
variable "home_ip" {
|
variable "home_ip" {
|
||||||
|
Loading…
Reference in New Issue
Block a user