Skip to content

Update main.tf #89

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

Merged
merged 1 commit into from
May 22, 2025
Merged

Update main.tf #89

merged 1 commit into from
May 22, 2025

Conversation

motatoes
Copy link
Contributor

No description provided.

Copy link

digger-pro bot commented Apr 30, 2025

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

Copy link

github-actions bot commented Apr 30, 2025

plan for dev 2025-04-30 04:12:56 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented Apr 30, 2025

plan for staging 2025-04-30 04:12:55 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

@motatoes
Copy link
Contributor Author

digger plan

Copy link

digger-pro bot commented Apr 30, 2025

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

Copy link

github-actions bot commented Apr 30, 2025

plan for dev 2025-04-30 04:14:05 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented Apr 30, 2025

plan for staging 2025-04-30 04:14:30 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

Digger run report for staging 2025-04-30 04:14:53 (UTC)
Error during init.

Copy link

Digger run report for dev 2025-04-30 04:14:53 (UTC)
Error during init.

Copy link

Digger run report for dev 2025-04-30 04:16:08 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-04-30 04:16:08 (UTC)
Error during init.

@motatoes
Copy link
Contributor Author

digger plan

Copy link

digger-pro bot commented May 20, 2025

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

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 05:07:26 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:07:32 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

Digger run report for dev 2025-05-20 05:08:55 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-05-20 05:08:55 (UTC)
Error during init.

@motatoes
Copy link
Contributor Author

digger plan

Copy link

digger-pro bot commented May 20, 2025

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

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:10:14 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 05:10:17 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

@motatoes
Copy link
Contributor Author

digger plan

Copy link

digger-pro bot commented May 20, 2025

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

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 05:11:18 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:11:23 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

Digger run report for dev 2025-05-20 05:11:50 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-05-20 05:11:50 (UTC)
Error during init.

Copy link

Digger run report for dev 2025-05-20 05:13:09 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-05-20 05:13:09 (UTC)
Error during init.

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:19:03 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

Digger run report for dev 2025-05-20 05:20:35 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-05-20 05:20:35 (UTC)
Error during init.

@motatoes
Copy link
Contributor Author

digger plan

Copy link

digger-pro bot commented May 20, 2025

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

@motatoes
Copy link
Contributor Author

digger plan

@digger-app-198037020-fips
Copy link

digger-app-198037020-fips bot commented May 20, 2025

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

Copy link

digger-pro bot commented May 20, 2025

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

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:28:55 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 05:29:11 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 05:29:27 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:29:28 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 05:29:36 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 05:29:36 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

Digger run report for staging 2025-05-20 05:30:36 (UTC)
Error during init.

Copy link

Digger run report for dev 2025-05-20 05:30:36 (UTC)
Error during init.

Copy link

Digger run report for dev 2025-05-20 05:31:01 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-05-20 05:31:01 (UTC)
Error during init.

@motatoes
Copy link
Contributor Author

digger plan

@digger-app-198037020-fips
Copy link

digger-app-198037020-fips bot commented May 20, 2025

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

Copy link

digger-pro bot commented May 20, 2025

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

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 17:47:07 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 17:47:14 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for staging 2025-05-20 17:47:15 (UTC)
Locking successful Project diggerhq/demo-opentofu#staging has been locked by PR #89
Additional output for diggerhq/demo-opentofu#staging
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (staging) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

github-actions bot commented May 20, 2025

plan for dev 2025-05-20 17:47:23 (UTC)
Locking successful Project diggerhq/demo-opentofu#dev has been locked by PR #89
Additional output for diggerhq/demo-opentofu#dev
Project: main

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme
Module path: includeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includeme-excludeme
Module path: includeme/excludeme

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

──────────────────────────────────
Project: includemetoo
Module path: includemetoo

 Name           Monthly Qty  Unit  Monthly Cost   
                                                  
 Project total                            $0.00   

 OVERALL TOTAL                           $0.00 

*Usage costs can be estimated by updating Infracost Cloud settings, see docs for other options.

──────────────────────────────────
No cloud resources were detected

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━┓
┃ Project                                            ┃ Baseline cost ┃ Usage cost* ┃ Total cost ┃
┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━━━╋━━━━━━━━━━━━━╋━━━━━━━━━━━━┫
┃ main                                               ┃         $0.00- ┃      $0.00 ┃
┃ includeme                                          ┃         $0.00- ┃      $0.00 ┃
┃ includeme-excludeme                                ┃         $0.00- ┃      $0.00 ┃
┃ includemetoo                                       ┃         $0.00- ┃      $0.00 ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━┻━━━━━━━━━━━━┛
Plan output
Terraform will perform the following actions:

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

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test28

Copy link

Digger run report for dev 2025-05-20 17:48:59 (UTC)
Error during init.

Copy link

Digger run report for staging 2025-05-20 17:48:59 (UTC)
Error during init.

@motatoes motatoes merged commit 2a65361 into main May 22, 2025
22 of 27 checks passed
@motatoes motatoes deleted the motatoes-patch-87 branch May 22, 2025 21:35
Copy link

digger-pro bot commented May 22, 2025

❌ Error loading digger config: error loading digger.yml: error cloning and loading config git command failed: exit status 128: Cloning into '/tmp/repo456073566'...
warning: Could not find remote branch motatoes-patch-87 to clone.
fatal: Remote branch motatoes-patch-87 not found in upstream origin

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