removal of the term: example
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m25s

This commit is contained in:
2025-11-20 11:05:40 +01:00
parent 38ff1fbefd
commit 4d35926c32
2 changed files with 1 additions and 118 deletions

View File

@@ -20,5 +20,5 @@ resource "cloudflare_zero_trust_access_application" "zero_trust_access_applicati
data "cloudflare_zero_trust_access_application" "zero_trust_access_application" {
account_id = local.cloudflare_account_id
app_id = cloudflare_zero_trust_access_application.example_zero_trust_access_application.id
app_id = cloudflare_zero_trust_access_application.zero_trust_access_application.id
}