From 368cd72671344a57e68a38c47b5c41a35c99f3ed Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Sat, 26 Mar 2022 14:51:16 -0400 Subject: [PATCH] Change to Account ID --- ahoskingit/terraform/cloudflare_access.tf | 8 ++++---- orchestration.clouds.code-workspace | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/ahoskingit/terraform/cloudflare_access.tf b/ahoskingit/terraform/cloudflare_access.tf index 76d0e6b..57291c7 100644 --- a/ahoskingit/terraform/cloudflare_access.tf +++ b/ahoskingit/terraform/cloudflare_access.tf @@ -1,7 +1,7 @@ resource "cloudflare_access_application" "money" { - zone_id = cloudflare_zone.ahosking_com.id - name = "money" - domain = "money.ahosking.com" - type = "self_hosted" + account_id = var.CLOUDFLARE_ACCOUNT_ID + name = "money" + domain = "money.ahosking.com" + type = "self_hosted" session_duration = "168h" } diff --git a/orchestration.clouds.code-workspace b/orchestration.clouds.code-workspace index 0a5438b..6922e77 100644 --- a/orchestration.clouds.code-workspace +++ b/orchestration.clouds.code-workspace @@ -20,10 +20,7 @@ "statusBarItem.hoverBackground": "#ef7853", "statusBar.foreground": "#e7e7e7", "activityBar.activeBackground": "#ef7853", - "editorGroup.border": "#ef7853", - "panel.border": "#ef7853", "sash.hoverBorder": "#ef7853", - "sideBar.border": "#ef7853", "statusBarItem.remoteBackground": "#eb5424", "statusBarItem.remoteForeground": "#e7e7e7" },