diff --git a/ahoskingit/terraform/terraform.tfstate b/ahoskingit/terraform/terraform.tfstate index 0bbd683..2da3ab7 100644 --- a/ahoskingit/terraform/terraform.tfstate +++ b/ahoskingit/terraform/terraform.tfstate @@ -1,7 +1,7 @@ { "version": 3, "terraform_version": "0.11.11", - "serial": 65, + "serial": 66, "lineage": "db7d87ff-3078-47ed-a0a9-91749a2dbba5", "modules": [ { @@ -388,7 +388,7 @@ "id": "Z1K67K6B7LVE6O_home.ahoskingit.ca_A", "name": "home.ahoskingit.ca", "records.#": "1", - "records.650099559": "70.31.147.126", + "records.3340628564": "70.27.17.5", "set_identifier": "", "ttl": "5", "type": "A", @@ -585,7 +585,7 @@ "id": "Z1H1ULBVLBNLL2_support.automatedbytes.com_A", "name": "support.automatedbytes.com", "records.#": "1", - "records.650099559": "70.31.147.126", + "records.3340628564": "70.27.17.5", "set_identifier": "", "ttl": "5", "type": "A", @@ -1155,25 +1155,25 @@ "cloudflare_zone.ahoskingit_com" ], "primary": { - "id": "382ecfc0a65c07da256d93cbb65d3ea9", + "id": "275b11fceee4a282df623ee07b4052eb", "attributes": { - "created_on": "2019-08-30T15:13:38.371218Z", + "created_on": "2019-10-16T20:57:00.924167Z", "data.%": "0", "domain": "ahoskingit.com", "hostname": "git.ahoskingit.com", - "id": "382ecfc0a65c07da256d93cbb65d3ea9", + "id": "275b11fceee4a282df623ee07b4052eb", "metadata.%": "3", "metadata.auto_added": "false", "metadata.managed_by_apps": "false", "metadata.managed_by_argo_tunnel": "false", - "modified_on": "2019-08-30T15:13:38.371218Z", + "modified_on": "2019-10-16T20:57:00.924167Z", "name": "git", "priority": "0", "proxiable": "true", "proxied": "false", "ttl": "1", "type": "A", - "value": "70.31.147.126", + "value": "70.27.17.5", "zone_id": "6b3fe5493c79efccf633719ab48ef00f" }, "meta": { @@ -1264,7 +1264,7 @@ "primary": { "id": "dafe7c2cfd1d00a6a8115bfaeed572ae", "attributes": { - "created_on": "2019-08-30T15:13:37.985299Z", + "created_on": "2019-10-16T20:57:00.618795Z", "data.%": "0", "domain": "ahoskingit.com", "hostname": "home.ahoskingit.com", @@ -1273,14 +1273,14 @@ "metadata.auto_added": "false", "metadata.managed_by_apps": "false", "metadata.managed_by_argo_tunnel": "false", - "modified_on": "2019-08-30T15:13:37.985299Z", + "modified_on": "2019-10-16T20:57:00.618795Z", "name": "home", "priority": "0", "proxiable": "true", "proxied": "true", "ttl": "1", "type": "A", - "value": "70.31.147.126", + "value": "70.27.17.5", "zone_id": "6b3fe5493c79efccf633719ab48ef00f" }, "meta": { @@ -1406,7 +1406,7 @@ "primary": { "id": "7e209dc77cac1ecf00ae79137228478b", "attributes": { - "created_on": "2019-08-30T15:13:38.399032Z", + "created_on": "2019-10-16T20:57:00.494642Z", "data.%": "0", "domain": "ahoskingit.com", "hostname": "logs.ahoskingit.com", @@ -1415,14 +1415,14 @@ "metadata.auto_added": "false", "metadata.managed_by_apps": "false", "metadata.managed_by_argo_tunnel": "false", - "modified_on": "2019-08-30T15:13:38.399032Z", + "modified_on": "2019-10-16T20:57:00.494642Z", "name": "logs", "priority": "0", "proxiable": "true", "proxied": "true", "ttl": "1", "type": "A", - "value": "70.31.147.126", + "value": "70.27.17.5", "zone_id": "6b3fe5493c79efccf633719ab48ef00f" }, "meta": { diff --git a/ahoskingit/terraform/var_homeip.tfvar b/ahoskingit/terraform/var_homeip.tfvar index a7845e1..36bd7b0 100644 --- a/ahoskingit/terraform/var_homeip.tfvar +++ b/ahoskingit/terraform/var_homeip.tfvar @@ -1 +1 @@ -home_ip = "99.240.201.161" +home_ip = "70.27.17.5" diff --git a/ahoskingit/terraform/variables.tf b/ahoskingit/terraform/variables.tf index 1ce8d35..59b3acb 100644 --- a/ahoskingit/terraform/variables.tf +++ b/ahoskingit/terraform/variables.tf @@ -22,7 +22,7 @@ variable "gcp_project" { } variable "home_ip" { - default = "70.31.147.126" + default = "70.27.17.5" } variable "site5_ip" {