Change to Account ID

This commit is contained in:
Alexander Hosking 2022-03-26 14:51:16 -04:00
parent 2097d3cf7c
commit 368cd72671
2 changed files with 4 additions and 7 deletions

View File

@ -1,7 +1,7 @@
resource "cloudflare_access_application" "money" { resource "cloudflare_access_application" "money" {
zone_id = cloudflare_zone.ahosking_com.id account_id = var.CLOUDFLARE_ACCOUNT_ID
name = "money" name = "money"
domain = "money.ahosking.com" domain = "money.ahosking.com"
type = "self_hosted" type = "self_hosted"
session_duration = "168h" session_duration = "168h"
} }

View File

@ -20,10 +20,7 @@
"statusBarItem.hoverBackground": "#ef7853", "statusBarItem.hoverBackground": "#ef7853",
"statusBar.foreground": "#e7e7e7", "statusBar.foreground": "#e7e7e7",
"activityBar.activeBackground": "#ef7853", "activityBar.activeBackground": "#ef7853",
"editorGroup.border": "#ef7853",
"panel.border": "#ef7853",
"sash.hoverBorder": "#ef7853", "sash.hoverBorder": "#ef7853",
"sideBar.border": "#ef7853",
"statusBarItem.remoteBackground": "#eb5424", "statusBarItem.remoteBackground": "#eb5424",
"statusBarItem.remoteForeground": "#e7e7e7" "statusBarItem.remoteForeground": "#e7e7e7"
}, },