Skip to content

Conversation

@motatoes
Copy link
Contributor

@motatoes motatoes commented Nov 6, 2025

No description provided.

@ghost
Copy link

ghost commented Nov 6, 2025

Project Status Plan + ~ -
dev succeeded Plan 1 0 1
Instructions

⏩ To apply these changes, run the following command:

digger apply

🚮 To unlock the projects in this PR run the following command:

digger unlock

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

plan for dev 2025-11-06 00:34:32 (UTC)
Plan output
Terraform will perform the following actions:

  # null_resource.test1 will be destroyed
  # (because null_resource.test1 is not in configuration)
  - resource "null_resource" "test1" {
      - id = "5050160438828873797" -> null
    }

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

Plan: 1 to add, 0 to change, 1 to destroy.
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test2
delete null_resource.test1
Instructions

▶️ To apply these changes, run the following command:

digger apply -p dev

⏩ To apply all changes in this PR:

digger apply

🚮 To unlock all projects in this PR:

digger unlock

@motatoes
Copy link
Contributor Author

motatoes commented Nov 6, 2025

digger apply

@ghost
Copy link

ghost commented Nov 6, 2025

Project Status Apply + ~ -
dev succeeded Apply 1 0 1
Instructions

⏩ To apply these changes, run the following command:

digger apply

🚮 To unlock the projects in this PR run the following command:

digger unlock

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

apply for dev 2025-11-06 00:35:56 (UTC)
Apply output
Terraform will perform the following actions:

  # null_resource.test1 will be destroyed
  # (because null_resource.test1 is not in configuration)
  - resource "null_resource" "test1" {
      - id = "5050160438828873797" -> null
    }

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

Plan: 1 to add, 0 to change, 1 to destroy.
null_resource.test1: Destroying... [id=5050160438828873797]
null_resource.test1: Destruction complete after 0s
null_resource.test2: Creating...
null_resource.test2: Creation complete after 0s [id=7994785052623849743]

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

@ghost ghost merged commit 2ad52b0 into main Nov 6, 2025
6 checks passed
@ghost ghost deleted the motatoes-patch-703895 branch November 6, 2025 00:36
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants