Skip to content

Commit c56628b

Browse files
authored
Merge pull request #668 from cloudflare/fix-kv-namespace-import-format
import: add `:account_id` to the import string for `cloudflare_workers_kv_namespace`
2 parents d994960 + bc839a1 commit c56628b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/cf-terraforming/cmd/import.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var resourceImportStringFormats = map[string]string{
4545
"cloudflare_waf_override": ":zone_id/:id",
4646
"cloudflare_waiting_room": ":zone_id/:id",
4747
"cloudflare_worker_route": ":zone_id/:id",
48-
"cloudflare_workers_kv_namespace": ":id",
48+
"cloudflare_workers_kv_namespace": ":account_id/:id",
4949
"cloudflare_zone_lockdown": ":zone_id/:id",
5050
"cloudflare_zone": ":id",
5151
}

0 commit comments

Comments
 (0)