Skip to content

Conversation

@motatoes
Copy link
Contributor

@motatoes motatoes commented Sep 3, 2024

No description provided.

@mo-local22-digger-app-561871366
Copy link

mo-local22-digger-app-561871366 bot commented Sep 3, 2024

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

@github-actions
Copy link

github-actions bot commented Sep 3, 2024

plan for dev-vpc 2024-09-03 11:39:09 (UTC)
Locking successful Project diggerhq/demo-ee-features#dev-vpc has been locked by PR #23
Plan output
Terraform will perform the following actions:

  # null_resource.test will be destroyed
  # (because null_resource.test is not in configuration)
  - resource "null_resource" "test" {
      - id = "80861968120348736" -> 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-vpc) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test2
delete null_resource.test

@motatoes
Copy link
Contributor Author

motatoes commented Sep 3, 2024

digger plan

@mo-local22-digger-app-561871366
Copy link

mo-local22-digger-app-561871366 bot commented Sep 3, 2024

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

@github-actions
Copy link

github-actions bot commented Sep 3, 2024

plan for dev-vpc 2024-09-03 12:04:51 (UTC)
Locking successful Project diggerhq/demo-ee-features#dev-vpc has been locked by PR #23
Plan output
Terraform will perform the following actions:

  # null_resource.test will be destroyed
  # (because null_resource.test is not in configuration)
  - resource "null_resource" "test" {
      - id = "80861968120348736" -> 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-vpc) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add null_resource.test2
delete null_resource.test

@motatoes
Copy link
Contributor Author

digger plan

@opentaco-cloud
Copy link

opentaco-cloud bot commented Nov 11, 2025

Project Status Plan + ~ -
dev-vpc failed Plan 0 0 0
dev-ec2 failed Plan 0 0 0
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

plan for dev-ec2 2025-11-11 02:26:43 (UTC)
Error during init.

@github-actions
Copy link

plan for dev-vpc 2025-11-11 02:26:49 (UTC)
Error during init.

@opentaco-cloud
Copy link

opentaco-cloud bot commented Nov 11, 2025

Project Status Plan + ~ -
dev-vpc failed Plan 0 0 0
dev-ec2 failed Plan 0 0 0
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

plan for dev-vpc 2025-11-11 02:28:29 (UTC)
Error during init.

Error: Failed to get existing workspaces: S3 bucket does not exist.

The referenced S3 bucket must have been previously created. If the S3 bucket
was created within the last minute, please wait for a minute or two and try
again.

Error: NoSuchBucket: The specified bucket does not exist
status code: 404, request id: 4R4ZQNRVCDV74R5H, host id: pQreFF3KeaCZdkbFLeutxSxFvzwED4R4Oq4eklwHKFhC5h7BkcEE7UNos5LUMpMWsoZfvWsG0xs=

@github-actions
Copy link

github-actions bot commented Nov 11, 2025

plan for dev-ec2 2025-11-11 02:28:54 (UTC)
Plan output
Terraform will perform the following actions:

  # aws_instance.test will be created
  + resource "aws_instance" "test" {
      + ami                                  = "ami-0c55b159cbfafe1f0"
      + arn                                  = (known after apply)
      + associate_public_ip_address          = (known after apply)
      + availability_zone                    = (known after apply)
      + cpu_core_count                       = (known after apply)
      + cpu_threads_per_core                 = (known after apply)
      + disable_api_stop                     = (known after apply)
      + disable_api_termination              = (known after apply)
      + ebs_optimized                        = (known after apply)
      + enable_primary_ipv6                  = (known after apply)
      + get_password_data                    = false
      + host_id                              = (known after apply)
      + host_resource_group_arn              = (known after apply)
      + iam_instance_profile                 = (known after apply)
      + id                                   = (known after apply)
      + instance_initiated_shutdown_behavior = (known after apply)
      + instance_lifecycle                   = (known after apply)
      + instance_state                       = (known after apply)
      + instance_type                        = "t2.micro"
      + ipv6_address_count                   = (known after apply)
      + ipv6_addresses                       = (known after apply)
      + key_name                             = (known after apply)
      + monitoring                           = (known after apply)
      + outpost_arn                          = (known after apply)
      + password_data                        = (known after apply)
      + placement_group                      = (known after apply)
      + placement_partition_number           = (known after apply)
      + primary_network_interface_id         = (known after apply)
      + private_dns                          = (known after apply)
      + private_ip                           = (known after apply)
      + public_dns                           = (known after apply)
      + public_ip                            = (known after apply)
      + secondary_private_ips                = (known after apply)
      + security_groups                      = (known after apply)
      + source_dest_check                    = true
      + spot_instance_request_id             = (known after apply)
      + subnet_id                            = (known after apply)
      + tags_all                             = (known after apply)
      + tenancy                              = (known after apply)
      + user_data                            = (known after apply)
      + user_data_base64                     = (known after apply)
      + user_data_replace_on_change          = false
      + vpc_security_group_ids               = (known after apply)
    }

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev-ec2) Terraform plan failed validation checks ❌
EC2 instances are not allowed in this environment
Resource aws_instance.test (aws_instance) is missing required tag: cost-center
Resource aws_instance.test (aws_instance) is missing required tag: environment
Resource aws_instance.test (aws_instance) is missing required tag: owner

@opentaco-cloud
Copy link

opentaco-cloud bot commented Nov 11, 2025

Project Status Plan + ~ -
dev-ec2 failed Plan 0 0 0
dev-vpc failed Plan 0 0 0
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 11, 2025

plan for dev-vpc 2025-11-11 02:36:05 (UTC)
Plan output
Terraform will perform the following actions:

  # aws_instance.test will be created
  + resource "aws_instance" "test" {
      + ami                                  = "ami-0c55b159cbfafe1f0"
      + arn                                  = (known after apply)
      + associate_public_ip_address          = (known after apply)
      + availability_zone                    = (known after apply)
      + cpu_core_count                       = (known after apply)
      + cpu_threads_per_core                 = (known after apply)
      + disable_api_stop                     = (known after apply)
      + disable_api_termination              = (known after apply)
      + ebs_optimized                        = (known after apply)
      + enable_primary_ipv6                  = (known after apply)
      + get_password_data                    = false
      + host_id                              = (known after apply)
      + host_resource_group_arn              = (known after apply)
      + iam_instance_profile                 = (known after apply)
      + id                                   = (known after apply)
      + instance_initiated_shutdown_behavior = (known after apply)
      + instance_lifecycle                   = (known after apply)
      + instance_state                       = (known after apply)
      + instance_type                        = "t2.micro"
      + ipv6_address_count                   = (known after apply)
      + ipv6_addresses                       = (known after apply)
      + key_name                             = (known after apply)
      + monitoring                           = (known after apply)
      + outpost_arn                          = (known after apply)
      + password_data                        = (known after apply)
      + placement_group                      = (known after apply)
      + placement_partition_number           = (known after apply)
      + primary_network_interface_id         = (known after apply)
      + private_dns                          = (known after apply)
      + private_ip                           = (known after apply)
      + public_dns                           = (known after apply)
      + public_ip                            = (known after apply)
      + secondary_private_ips                = (known after apply)
      + security_groups                      = (known after apply)
      + source_dest_check                    = true
      + spot_instance_request_id             = (known after apply)
      + subnet_id                            = (known after apply)
      + tags_all                             = (known after apply)
      + tenancy                              = (known after apply)
      + user_data                            = (known after apply)
      + user_data_base64                     = (known after apply)
      + user_data_replace_on_change          = false
      + vpc_security_group_ids               = (known after apply)
    }

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev-vpc) Terraform plan failed validation checks ❌
creation of EC2 instance aws_instance.test is denied

@github-actions
Copy link

github-actions bot commented Nov 11, 2025

plan for dev-ec2 2025-11-11 02:36:16 (UTC)
Plan output
Terraform will perform the following actions:

  # aws_instance.test will be created
  + resource "aws_instance" "test" {
      + ami                                  = "ami-0c55b159cbfafe1f0"
      + arn                                  = (known after apply)
      + associate_public_ip_address          = (known after apply)
      + availability_zone                    = (known after apply)
      + cpu_core_count                       = (known after apply)
      + cpu_threads_per_core                 = (known after apply)
      + disable_api_stop                     = (known after apply)
      + disable_api_termination              = (known after apply)
      + ebs_optimized                        = (known after apply)
      + enable_primary_ipv6                  = (known after apply)
      + get_password_data                    = false
      + host_id                              = (known after apply)
      + host_resource_group_arn              = (known after apply)
      + iam_instance_profile                 = (known after apply)
      + id                                   = (known after apply)
      + instance_initiated_shutdown_behavior = (known after apply)
      + instance_lifecycle                   = (known after apply)
      + instance_state                       = (known after apply)
      + instance_type                        = "t2.micro"
      + ipv6_address_count                   = (known after apply)
      + ipv6_addresses                       = (known after apply)
      + key_name                             = (known after apply)
      + monitoring                           = (known after apply)
      + outpost_arn                          = (known after apply)
      + password_data                        = (known after apply)
      + placement_group                      = (known after apply)
      + placement_partition_number           = (known after apply)
      + primary_network_interface_id         = (known after apply)
      + private_dns                          = (known after apply)
      + private_ip                           = (known after apply)
      + public_dns                           = (known after apply)
      + public_ip                            = (known after apply)
      + secondary_private_ips                = (known after apply)
      + security_groups                      = (known after apply)
      + source_dest_check                    = true
      + spot_instance_request_id             = (known after apply)
      + subnet_id                            = (known after apply)
      + tags_all                             = (known after apply)
      + tenancy                              = (known after apply)
      + user_data                            = (known after apply)
      + user_data_base64                     = (known after apply)
      + user_data_replace_on_change          = false
      + vpc_security_group_ids               = (known after apply)
    }

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

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (dev-ec2) Terraform plan failed validation checks ❌
EC2 instances are not allowed in this environment
Resource aws_instance.test (aws_instance) is missing required tag: cost-center
Resource aws_instance.test (aws_instance) is missing required tag: environment
Resource aws_instance.test (aws_instance) is missing required tag: owner

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