Skip to content

Set null_resource_count to 1#1

Merged
inkel merged 1 commit intomainfrom
inkel-patch-1
Oct 23, 2025
Merged

Set null_resource_count to 1#1
inkel merged 1 commit intomainfrom
inkel-patch-1

Conversation

@inkel
Copy link
Owner

@inkel inkel commented Oct 23, 2025

Updated null_resource_count to trigger Terrateam.

Updated null_resource_count to trigger Terrateam.
@inkel
Copy link
Owner Author

inkel commented Oct 23, 2025

terrateam help

@terrateamtestinkel
Copy link

Help

List of Terrateam commands:

  • terrateam plan - Perform a plan command across all changes.
  • terrateam plan <tag_query> - Perform a plan command across only those changes which match the tag query.
  • terrateam apply - Perform an apply command across all changes.
  • terrateam apply <tag_query> - Perform an apply command across only those changes which match the tag query.
  • terrateam apply-force - Run an apply even if the change has not passed apply requirements.
  • terrateam apply-force <tag_query> - Run an apply even if the change has not passed apply requirements across only those changes which match the tag query.
  • terrateam apply-autoapprove - Performs a plan and apply it in the same execution.
  • terrateam apply-autoapprove <tag_query> - Perform a plan and apply it in the same execution across only those changes which match the tag query.
  • terrateam gate approve <token1> <token2> ... <tokenN> - Approve a gate.
  • terrateam repo-config - Output the evaluated repository configuration as Terrateam, including config builder and indexer outputs incorporated in it.
  • terrateam unlock - Release any locks this pull request owns. Useful for getting out of a sticky situation.
  • terrateam unlock <pull requests number> - Release any locks owned by the listed pull requests.
  • terrateam feedback <msg> - Give use feedback.

For help see:

https://terrateam.io/docs

@inkel
Copy link
Owner Author

inkel commented Oct 23, 2025

terrateam plan

@terrateamtestinkel
Copy link

Plans 👍

Outputs can be viewed in the Terrateam Console here.

Terrateam Plan Output 👍

Expand for plan output details

Dir: dev | Success 👍

Dir: dev
Workspace: default
Success: 👍

Step: plan
Success: 👍

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # module.dev.null_resource.this[0] will be created
+   resource "null_resource" "this" {
+       id = (known after apply)
    }

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

To apply all these changes, comment:

terrateam apply

Feedback?

Questions? Comments? Give feedback by commenting terrateam feedback <your msg>. Your message lands directly in our inbox.

@inkel
Copy link
Owner Author

inkel commented Oct 23, 2025

terrateam apply

@terrateamtestinkel
Copy link

Applies ✅

Outputs can be viewed in the Terrateam Console here.

Terrateam Apply Output ✅

Expand for apply output details

dev ✅

Dir: dev
Workspace: default
Success: ✅

Step: apply
Success: ✅

module.dev.null_resource.this[0]: Creating...
module.dev.null_resource.this[0]: Provisioning with 'local-exec'...
module.dev.null_resource.this[0] (local-exec): Executing: ["/bin/sh" "-c" "echo 'This is a placeholder resource. No real infrastructure is provisioned.'"]
module.dev.null_resource.this[0] (local-exec): This is a placeholder resource. No real infrastructure is provisioned.
module.dev.null_resource.this[0]: Creation complete after 0s [id=3231161239562312540]

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

@inkel inkel merged commit fa1764d into main Oct 23, 2025
9 checks passed
@inkel inkel deleted the inkel-patch-1 branch October 23, 2025 18:15
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.

1 participant