Skip to content

Commit fa31436

Browse files
chore(ci): fix lint and test (#251)
1 parent 33d4baa commit fa31436

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

integration/v4_to_v5/testdata/authenticated_origin_pulls_certificate/expected/authenticated_origin_pulls_certificate.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variable "cloudflare_zone_id" {
88

99
# Output references to test that they are preserved
1010
output "per_zone_1_status" {
11-
value = cloudflare_authenticated_origin_pulls_hostname_certificate.per_zone_1.status
11+
value = cloudflare_authenticated_origin_pulls_certificate.per_zone_1.status
1212
}
1313

1414
# Per-zone certificate - will migrate to cloudflare_authenticated_origin_pulls_certificate

integration/v4_to_v5/testdata/zero_trust_access_policy/expected/zero_trust_access_policy.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ moved {
450450

451451
resource "cloudflare_zero_trust_access_service_token" "test_token" {
452452
account_id = var.cloudflare_account_id
453-
name = "test-service-token"
453+
name = "cftftest-service-token"
454454
}
455455

456456
moved {
@@ -474,7 +474,7 @@ moved {
474474
# multiple service tokens in include
475475
resource "cloudflare_zero_trust_access_service_token" "test_token_2" {
476476
account_id = var.cloudflare_account_id
477-
name = "test-service-token-2"
477+
name = "cftftest-service-token-2"
478478
}
479479

480480
moved {

integration/v4_to_v5/testdata/zero_trust_access_policy/input/zero_trust_access_policy.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ resource "cloudflare_access_policy" "no_service_token_policy" {
355355

356356
resource "cloudflare_access_service_token" "test_token" {
357357
account_id = var.cloudflare_account_id
358-
name = "test-service-token"
358+
name = "cftftest-service-token"
359359
}
360360

361361
resource "cloudflare_access_policy" "service_token_policy" {
@@ -374,7 +374,7 @@ resource "cloudflare_access_policy" "service_token_policy" {
374374
# multiple service tokens in include
375375
resource "cloudflare_access_service_token" "test_token_2" {
376376
account_id = var.cloudflare_account_id
377-
name = "test-service-token-2"
377+
name = "cftftest-service-token-2"
378378
}
379379

380380
resource "cloudflare_access_policy" "multi_service_token_policy" {

0 commit comments

Comments
 (0)