Skip to content

Conversation

@takehiro1111
Copy link
Owner

No description provided.

@tf-action-takehiro1111
Copy link

Plan Result

CI link

⚠️ Resource Deletion will happen

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 1 to add, 0 to change, 1 to destroy.
  • Create
    • github_repository.personal_repos["shiftb"]
  • Delete
    • github_repository.personal_repos["shifb"]
Change Result (Click me)
  # github_repository.personal_repos["shifb"] will be destroyed
  # (because key ["shifb"] is not in for_each map)
  - resource "github_repository" "personal_repos" {
      - allow_auto_merge            = false -> null
      - allow_merge_commit          = true -> null
      - allow_rebase_merge          = true -> null
      - allow_squash_merge          = true -> null
      - allow_update_branch         = false -> null
      - archived                    = false -> null
      - default_branch              = "main" -> null
      - delete_branch_on_merge      = true -> null
      - etag                        = "W/\"7257906dd43c7f0a2b484e2557a8ea3fa8ecb7585af20e7ef818dc7a4ff0f40c\"" -> null
      - fork                        = "false" -> null
      - full_name                   = "takehiro1111/shiftb" -> null
      - git_clone_url               = "git://github.com/takehiro1111/shiftb.git" -> null
      - has_discussions             = false -> null
      - has_downloads               = false -> null
      - has_issues                  = false -> null
      - has_projects                = false -> null
      - has_wiki                    = false -> null
      - html_url                    = "https://github.com/takehiro1111/shiftb" -> null
      - http_clone_url              = "https://github.com/takehiro1111/shiftb.git" -> null
      - id                          = "shifb" -> null
      - is_template                 = false -> null
      - merge_commit_message        = "PR_TITLE" -> null
      - merge_commit_title          = "MERGE_MESSAGE" -> null
      - name                        = "shifb" -> null
      - node_id                     = "R_kgDOQuDI6Q" -> null
      - primary_language            = "TypeScript" -> null
      - private                     = false -> null
      - repo_id                     = 1122027753 -> null
      - squash_merge_commit_message = "COMMIT_MESSAGES" -> null
      - squash_merge_commit_title   = "COMMIT_OR_PR_TITLE" -> null
      - ssh_clone_url               = "[email protected]:takehiro1111/shiftb.git" -> null
      - svn_url                     = "https://github.com/takehiro1111/shiftb" -> null
      - topics                      = [] -> null
      - visibility                  = "public" -> null
      - vulnerability_alerts        = true -> null
      - web_commit_signoff_required = false -> null
        # (4 unchanged attributes hidden)

      - security_and_analysis {
          - secret_scanning {
              - status = "disabled" -> null
            }
          - secret_scanning_push_protection {
              - status = "disabled" -> null
            }
        }
    }

  # github_repository.personal_repos["shiftb"] will be created
  + resource "github_repository" "personal_repos" {
      + allow_auto_merge            = false
      + allow_merge_commit          = true
      + allow_rebase_merge          = true
      + allow_squash_merge          = true
      + archived                    = false
      + default_branch              = (known after apply)
      + delete_branch_on_merge      = true
      + etag                        = (known after apply)
      + fork                        = (known after apply)
      + full_name                   = (known after apply)
      + git_clone_url               = (known after apply)
      + html_url                    = (known after apply)
      + http_clone_url              = (known after apply)
      + id                          = (known after apply)
      + merge_commit_message        = "PR_TITLE"
      + merge_commit_title          = "MERGE_MESSAGE"
      + name                        = "shiftb"
      + node_id                     = (known after apply)
      + primary_language            = (known after apply)
      + private                     = (known after apply)
      + repo_id                     = (known after apply)
      + source_owner                = (known after apply)
      + source_repo                 = (known after apply)
      + squash_merge_commit_message = "COMMIT_MESSAGES"
      + squash_merge_commit_title   = "COMMIT_OR_PR_TITLE"
      + ssh_clone_url               = (known after apply)
      + svn_url                     = (known after apply)
      + topics                      = (known after apply)
      + visibility                  = "public"
      + vulnerability_alerts        = true
      + web_commit_signoff_required = false
        # (1 unchanged attribute hidden)

      + security_and_analysis (known after apply)
    }

Plan: 1 to add, 0 to change, 1 to destroy.

@takehiro1111 takehiro1111 merged commit d1b4f36 into main Jan 1, 2026
2 checks passed
@takehiro1111 takehiro1111 deleted the feature/2026-01-01-rename-repo branch January 1, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants