Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions imports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ import {
to = github_repository_file.dependabot_notify["tfroot-twilio"]
id = "tfroot-twilio:.github/workflows/dependabot-notify.yml:"
}

# The kustomize-cluster dependabot-notify workflow was seeded through the
# pull-request path before this resource instance existed in state; the
# direct write in apply run 189 was rejected by the destination's required
# pull-request protection. The live file content matches the managed
# template exactly, so import it before central management, mirroring the
# tfroot-twilio adoption above.
import {
to = github_repository_file.dependabot_notify["kustomize-cluster"]
id = "kustomize-cluster:.github/workflows/dependabot-notify.yml:"
}
Loading