Skip to content

Commit

Permalink
Merge pull request #668 from cloudflare/fix-kv-namespace-import-format
Browse files Browse the repository at this point in the history
import: add `:account_id` to the import string for `cloudflare_workers_kv_namespace`
  • Loading branch information
jacobbednarz committed Jan 10, 2024
2 parents d994960 + bc839a1 commit c56628b
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 c56628b

Please sign in to comment.