2022-03-26 18:43:59 +00:00
|
|
|
resource "cloudflare_access_application" "money" {
|
2022-03-26 18:51:16 +00:00
|
|
|
account_id = var.CLOUDFLARE_ACCOUNT_ID
|
|
|
|
name = "money"
|
|
|
|
domain = "money.ahosking.com"
|
|
|
|
type = "self_hosted"
|
2022-03-26 18:43:59 +00:00
|
|
|
session_duration = "168h"
|
|
|
|
}
|