Skip to content

Commit 3053bf8

Browse files
committed
Rename identifier for zone in zone subscription test data
1 parent 3633c47 commit 3053bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/zone/testdata/zoneconfigwithplan.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "cloudflare_zone" "%[1]s" {
88

99

1010
resource "cloudflare_zone_subscription" "%[1]s" {
11-
identifier = cloudflare_zone.%[1]s.id
11+
zone_id = cloudflare_zone.%[1]s.id
1212
rate_plan = {
1313
id = "%[5]s"
1414
}

0 commit comments

Comments
 (0)