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

Pull request for getting started #70

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

suzuki-shunsuke
Copy link
Owner

My comments of this pull request would be posted by tfcmt

@suzuki-shunsuke
Copy link
Owner Author

Plan Result

CI link

Plan: 1 to add, 0 to change, 0 to destroy.
  • Create
    • null_resource.foo
Details (Click me)

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # null_resource.foo will be created
  + resource "null_resource" "foo" {
      + id = (known after apply)
    }

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

------------------------------------------------------------------------

Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.


@suzuki-shunsuke
Copy link
Owner Author

✅ Apply Result

CI link

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Details (Click me)
null_resource.foo: Creating...
null_resource.foo: Creation complete after 0s [id=459501600381334523]

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

@suzuki-shunsuke
Copy link
Owner Author

Plan Result

CI link

⚠️ Resource Deletion will happen ⚠️

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

Plan: 0 to add, 0 to change, 1 to destroy.
  • Delete
    • null_resource.foo
Details (Click me)
null_resource.foo: Refreshing state... [id=459501600381334523]

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  - destroy

Terraform will perform the following actions:

  # null_resource.foo will be destroyed
  - resource "null_resource" "foo" {
      - id = "459501600381334523" -> null
    }

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

------------------------------------------------------------------------

Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.


@suzuki-shunsuke
Copy link
Owner Author

Plan Result (foo)

CI link

No changes. Infrastructure is up-to-date.
Details (Click me)
null_resource.foo: Refreshing state... [id=459501600381334523]

No changes. Infrastructure is up-to-date.

This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.

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

Successfully merging this pull request may close these issues.

None yet

1 participant