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

[DONT MERGE] docs: update README #158

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

suzuki-shunsuke
Copy link
Owner

No description provided.

@github-actions

This comment has been minimized.

@suzuki-shunsuke suzuki-shunsuke mentioned this pull request Dec 25, 2021
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link

✅ Apply Succeeded (foo)

CI link

Apply complete! Resources: 0 added, 1 changed, 1 destroyed.
Details (Click me)
github_issue_label.foo: Refreshing state... [id=tfcmt:foo]
github_issue_label.bar: Refreshing state... [id=tfcmt:bar]

Note: Objects have changed outside of Terraform

Terraform detected the following changes made outside of Terraform since the
last "terraform apply":

  # github_issue_label.bar has changed
  ~ resource "github_issue_label" "bar" {
      ~ color      = "FFFF00" -> "FF0000"
      ~ etag       = "W/\"0cbf737bd3e08795e7341fd22f6ce0c3c2064a4aff497acf4fcd1fa5764ab8be\"" -> "W/\"469b3d69da0b402af0ac2010a567e71118be3628b22924f051c8e635087fe995\""
        id         = "tfcmt:bar"
        name       = "bar"
        # (2 unchanged attributes hidden)
    }

  # github_issue_label.foo has changed
  ~ resource "github_issue_label" "foo" {
      ~ etag       = "W/\"2c48b8bbcbe73918bb1d1852c27f9b8a96f887ea52785e3909fda184c002de86\"" -> "W/\"3e945b73323b6ad9f1826356e7f0ad1062c4bdc9a2e09e49d742207ae2b9d338\""
        id         = "tfcmt:foo"
        name       = "foo"
        # (3 unchanged attributes hidden)
    }


Unless you have made equivalent changes to your configuration, or ignored the
relevant attributes using ignore_changes, the following plan may include
actions to undo or respond to these changes.

─────────────────────────────────────────────────────────────────────────────

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place
  - destroy

Terraform will perform the following actions:

  # github_issue_label.bar will be updated in-place
  ~ resource "github_issue_label" "bar" {
      ~ color      = "FF0000" -> "FFFF00"
        id         = "tfcmt:bar"
        name       = "bar"
        # (3 unchanged attributes hidden)
    }

  # github_issue_label.foo will be destroyed
  # (because github_issue_label.foo is not in configuration)
  - resource "github_issue_label" "foo" {
      - color      = "FF0000" -> null
      - etag       = "W/\"3e945b73323b6ad9f1826356e7f0ad1062c4bdc9a2e09e49d742207ae2b9d338\"" -> null
      - id         = "tfcmt:foo" -> null
      - name       = "foo" -> null
      - repository = "tfcmt" -> null
      - url        = "https://api.github.com/repos/suzuki-shunsuke/tfcmt/labels/foo" -> null
    }

Plan: 0 to add, 1 to change, 1 to destroy.
github_issue_label.foo: Destroying... [id=tfcmt:foo]
github_issue_label.bar: Modifying... [id=tfcmt:bar]
github_issue_label.foo: Destruction complete after 0s
github_issue_label.bar: Modifications complete after 3s [id=tfcmt:bar]

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant