Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform Drift (github/foo) #273

Open
suzuki-shunsuke opened this issue Dec 3, 2024 · 4 comments
Open

Terraform Drift (github/foo) #273

suzuki-shunsuke opened this issue Dec 3, 2024 · 4 comments

Comments

@suzuki-shunsuke
Copy link
Owner

image suzuki-shunsuke 2023-05-25T12:32:38Z ⬆️ 1

Original Discussion
Category: 💬 General

This issus was created by tfaction.

About this issue, please see the document.

Latest comment

2023-05-25T23:42:32Z

✅ Apply Succeeded (github/foo)

Pull Request | CI link

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Details (Click me)
time="2023-04-16T15:06:33Z" level=info msg="download and unarchive the package" aqua_version=1.32.1 env=linux/amd64 exe_name=tfcmt exe_path=/home/runner/.local/share/aquaproj-aqua/pkgs/github_release/github.com/suzuki-shunsuke/tfcmt/v4.0.1/tfcmt_linux_amd64.tar.gz/tfcmt package=suzuki-shunsuke/tfcmt package_name=suzuki-shunsuke/tfcmt package_version=v4.0.1 program=aqua registry=standard
time="2023-04-16T15:06:34Z" level=info msg="verify a package with slsa-verifier" aqua_version=1.32.1 env=linux/amd64 exe_name=tfcmt exe_path=/home/runner/.local/share/aquaproj-aqua/pkgs/github_release/github.com/suzuki-shunsuke/tfcmt/v4.0.1/tfcmt_linux_amd64.tar.gz/tfcmt package=suzuki-shunsuke/tfcmt package_name=suzuki-shunsuke/tfcmt package_version=v4.0.1 program=aqua registry=standard
Verified signature against tlog entry index 10658763 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77a18c4b10084d95759b57384e88456801f163d5122dfb6ea6406c8e1bcb68f0e2c
Verified build using builder https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v1.4.0 at commit b0d30a5eedd7dcd1e94ed18cc50eca7bb231b017

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

This issue was created by ghd2i

@suzuki-shunsuke
Copy link
Owner Author

Original Comment | Created by ghd2i
image suzuki-shunsuke 2023-05-25T12:33:40Z ⬆️ 1

✅ Apply Succeeded (github/foo)

Pull Request | CI link

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Details (Click me)
time="2023-04-16T15:06:33Z" level=info msg="download and unarchive the package" aqua_version=1.32.1 env=linux/amd64 exe_name=tfcmt exe_path=/home/runner/.local/share/aquaproj-aqua/pkgs/github_release/github.com/suzuki-shunsuke/tfcmt/v4.0.1/tfcmt_linux_amd64.tar.gz/tfcmt package=suzuki-shunsuke/tfcmt package_name=suzuki-shunsuke/tfcmt package_version=v4.0.1 program=aqua registry=standard
time="2023-04-16T15:06:34Z" level=info msg="verify a package with slsa-verifier" aqua_version=1.32.1 env=linux/amd64 exe_name=tfcmt exe_path=/home/runner/.local/share/aquaproj-aqua/pkgs/github_release/github.com/suzuki-shunsuke/tfcmt/v4.0.1/tfcmt_linux_amd64.tar.gz/tfcmt package=suzuki-shunsuke/tfcmt package_name=suzuki-shunsuke/tfcmt package_version=v4.0.1 program=aqua registry=standard
Verified signature against tlog entry index 10658763 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77a18c4b10084d95759b57384e88456801f163d5122dfb6ea6406c8e1bcb68f0e2c
Verified build using builder https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v1.4.0 at commit b0d30a5eedd7dcd1e94ed18cc50eca7bb231b017

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

@suzuki-shunsuke
Copy link
Owner Author

Original Comment | Created by ghd2i
image suzuki-shunsuke 2023-05-25T12:44:35Z ⬆️ 1

✅ Apply Succeeded (github/foo)

Pull Request | CI link

@suzuki-shunsuke
Copy link
Owner Author

Original Comment | Created by ghd2i
image suzuki-shunsuke 2023-05-25T12:49:40Z ⬆️ 1

❌ Drift is detected

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • github_repository.example
Change Result (Click me)
  # github_repository.example will be created
  + resource "github_repository" "example" {
      + allow_auto_merge            = false
      + allow_merge_commit          = true
      + allow_rebase_merge          = true
      + allow_squash_merge          = true
      + archived                    = false
      + branches                    = (known after apply)
      + default_branch              = (known after apply)
      + delete_branch_on_merge      = false
      + etag                        = (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                        = "tfaction"
      + node_id                     = (known after apply)
      + private                     = (known after apply)
      + repo_id                     = (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)
      + visibility                  = (known after apply)
    }

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

@suzuki-shunsuke
Copy link
Owner Author

Original Comment | Created by ghd2i
image suzuki-shunsuke 2023-05-25T23:42:32Z ⬆️ 1

✅ Apply Succeeded (github/foo)

Pull Request | CI link

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Details (Click me)
time="2023-04-16T15:06:33Z" level=info msg="download and unarchive the package" aqua_version=1.32.1 env=linux/amd64 exe_name=tfcmt exe_path=/home/runner/.local/share/aquaproj-aqua/pkgs/github_release/github.com/suzuki-shunsuke/tfcmt/v4.0.1/tfcmt_linux_amd64.tar.gz/tfcmt package=suzuki-shunsuke/tfcmt package_name=suzuki-shunsuke/tfcmt package_version=v4.0.1 program=aqua registry=standard
time="2023-04-16T15:06:34Z" level=info msg="verify a package with slsa-verifier" aqua_version=1.32.1 env=linux/amd64 exe_name=tfcmt exe_path=/home/runner/.local/share/aquaproj-aqua/pkgs/github_release/github.com/suzuki-shunsuke/tfcmt/v4.0.1/tfcmt_linux_amd64.tar.gz/tfcmt package=suzuki-shunsuke/tfcmt package_name=suzuki-shunsuke/tfcmt package_version=v4.0.1 program=aqua registry=standard
Verified signature against tlog entry index 10658763 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77a18c4b10084d95759b57384e88456801f163d5122dfb6ea6406c8e1bcb68f0e2c
Verified build using builder https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v1.4.0 at commit b0d30a5eedd7dcd1e94ed18cc50eca7bb231b017

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant