Skip to content

feat: Create pr template and pin actions to their commit sha - #122

Merged
alovh merged 3 commits into
mainfrom
CLOUD-4259_pr-template
Aug 4, 2026
Merged

feat: Create pr template and pin actions to their commit sha #122
alovh merged 3 commits into
mainfrom
CLOUD-4259_pr-template

Conversation

@alovh

@alovh alovh commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@alovh
alovh requested a review from a team as a code owner August 4, 2026 11:10
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

📄 Terraform Plan DEV

-/+ destroy and then create replacement
-/+ resource "null_resource" "dummy" {
-/+ resource "null_resource" "dummy" {
Plan: 2 to add, 0 to change, 2 to destroy. 
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement

Terraform will perform the following actions:

 # null_resource.dummy[0] must be replaced
-/+ resource "null_resource" "dummy" {
     ~ id       = "6147441488658754934" -> (known after apply)
     ~ triggers = { # forces replacement
         ~ "always_run" = "2026-06-22T07:05:54Z" -> (known after apply)
       }
   }

 # null_resource.dummy[1] must be replaced
-/+ resource "null_resource" "dummy" {
     ~ id       = "2658353158433136822" -> (known after apply)
     ~ triggers = { # forces replacement
         ~ "always_run" = "2026-06-22T07:05:54Z" -> (known after apply)
       }
   }

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


View full plan

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

✅ Terraform Apply DEV

Apply complete! Resources: 2 added, 0 changed, 2 destroyed. 
null_resource.dummy[1]: Destroying... [id=2658353158433136822]
null_resource.dummy[0]: Destroying... [id=6147441488658754934]
null_resource.dummy[0]: Destruction complete after 0s
null_resource.dummy[1]: Destruction complete after 0s
null_resource.dummy[1]: Creating...
null_resource.dummy[0]: Creating...
null_resource.dummy[0]: Provisioning with 'local-exec'...
null_resource.dummy[0] (local-exec): Executing: ["/bin/sh" "-c" "echo 'Hello, Terraform! secret: 123'"]
null_resource.dummy[1]: Provisioning with 'local-exec'...
null_resource.dummy[1] (local-exec): Executing: ["/bin/sh" "-c" "echo 'Hello, Terraform! secret: 123'"]
null_resource.dummy[1] (local-exec): Hello, Terraform! secret: 123
null_resource.dummy[1]: Creation complete after 0s [id=7933341065874349306]
null_resource.dummy[0] (local-exec): Hello, Terraform! secret: 123
null_resource.dummy[0]: Creation complete after 0s [id=2979322214317492913]
Releasing state lock. This may take a few moments...

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


View full apply log

@alovh
alovh merged commit 041d810 into main Aug 4, 2026
13 checks passed
@alovh
alovh deleted the CLOUD-4259_pr-template branch August 4, 2026 11:36
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