Update access_applications.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 8s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 8s
This commit is contained in:
@@ -1 +1,19 @@
|
|||||||
|
# =============================================================================
|
||||||
|
# CLOUDFLARE : Access : Applications
|
||||||
|
# =============================================================================
|
||||||
|
|
||||||
#
|
#
|
||||||
|
resource "cloudflare_zero_trust_access_application" "example_zero_trust_access_application" {
|
||||||
|
account_id = local.cloudflare_account_id
|
||||||
|
name = "Home Network Access Application"
|
||||||
|
domain = "home.tips-of-mine.org"
|
||||||
|
type = "self_hosted"
|
||||||
|
session_duration = "24h"
|
||||||
|
skip_interstitial = true
|
||||||
|
tags = ["engineers"]
|
||||||
|
}
|
||||||
|
|
||||||
|
data "cloudflare_zero_trust_access_application" "example_zero_trust_access_application" {
|
||||||
|
account_id = local.cloudflare_account_id
|
||||||
|
app_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user