Change to Account ID
This commit is contained in:
parent
2097d3cf7c
commit
368cd72671
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user