Skip to content

Commit

Permalink
import: add :account_id to the import string for `cloudflare_worker…
Browse files Browse the repository at this point in the history
…s_kv_namespace`

Fixes #667
  • Loading branch information
jacobbednarz authored Jan 10, 2024
1 parent d994960 commit bc839a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/cf-terraforming/cmd/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var resourceImportStringFormats = map[string]string{
"cloudflare_waf_override": ":zone_id/:id",
"cloudflare_waiting_room": ":zone_id/:id",
"cloudflare_worker_route": ":zone_id/:id",
"cloudflare_workers_kv_namespace": ":id",
"cloudflare_workers_kv_namespace": ":account_id/:id",
"cloudflare_zone_lockdown": ":zone_id/:id",
"cloudflare_zone": ":id",
}
Expand Down

0 comments on commit bc839a1

Please sign in to comment.