Skip to content

Conversation

@jocelo
Copy link

@jocelo jocelo commented Nov 11, 2025

Removed commented-out DynamoDB state locking configuration and several AWS resources including VPC, subnet, security group, and EC2 instance. Added a new S3 bucket resource with specific configurations.

Removed commented-out DynamoDB state locking configuration and several AWS resources including VPC, subnet, security group, and EC2 instance. Added a new S3 bucket resource with specific configurations.
@opentaco-cloud
Copy link

opentaco-cloud bot commented Nov 11, 2025

Project Status Plan + ~ -
production-pce succeeded Plan 1 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 production-pce 2025-11-11 04:02:55 (UTC)
Plan output
Terraform will perform the following actions:

  # aws_s3_bucket.example_bucket will be created
  + resource "aws_s3_bucket" "example_bucket" {
      + acceleration_status         = (known after apply)
      + acl                         = "private"
      + arn                         = (known after apply)
      + bucket                      = "unique-sample-bucket-terraform-111125"
      + bucket_domain_name          = (known after apply)
      + bucket_prefix               = (known after apply)
      + bucket_regional_domain_name = (known after apply)
      + force_destroy               = false
      + hosted_zone_id              = (known after apply)
      + id                          = (known after apply)
      + object_lock_enabled         = (known after apply)
      + policy                      = (known after apply)
      + region                      = (known after apply)
      + request_payer               = (known after apply)
      + tags                        = {
          + "Environment" = "Dev"
          + "Name"        = "ExampleBucket"
        }
      + tags_all                    = {
          + "Environment" = "Dev"
          + "Name"        = "ExampleBucket"
        }
      + website_domain              = (known after apply)
      + website_endpoint            = (known after apply)
    }

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

Warning: Argument is deprecated

  with aws_s3_bucket.example_bucket,
  on main.tf line 21, in resource "aws_s3_bucket" "example_bucket":
  21:   acl    = "private"

Use the aws_s3_bucket_acl resource instead

(and one more similar warning elsewhere)

─────────────────────────────────────────────────────────────────────────────
Terraform plan validation check (production-pce) Terraform plan validation checks succeeded ✅
Plan summary
CHANGE RESOURCE
add aws_s3_bucket.example_bucket
Instructions

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

digger apply -p production-pce

⏩ To apply all changes in this PR:

digger apply

🚮 To unlock all projects in this PR:

digger unlock

@jocelo
Copy link
Author

jocelo commented Nov 11, 2025

digger apply

@opentaco-cloud
Copy link

opentaco-cloud bot commented Nov 11, 2025

Project Status Apply + ~ -
production-pce succeeded Apply 1 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

apply for production-pce 2025-11-11 04:06:31 (UTC)
Apply output
Terraform will perform the following actions:

  # aws_s3_bucket.example_bucket will be created
  + resource "aws_s3_bucket" "example_bucket" {
      + acceleration_status         = (known after apply)
      + acl                         = "private"
      + arn                         = (known after apply)
      + bucket                      = "unique-sample-bucket-terraform-111125"
      + bucket_domain_name          = (known after apply)
      + bucket_prefix               = (known after apply)
      + bucket_regional_domain_name = (known after apply)
      + force_destroy               = false
      + hosted_zone_id              = (known after apply)
      + id                          = (known after apply)
      + object_lock_enabled         = (known after apply)
      + policy                      = (known after apply)
      + region                      = (known after apply)
      + request_payer               = (known after apply)
      + tags                        = {
          + "Environment" = "Dev"
          + "Name"        = "ExampleBucket"
        }
      + tags_all                    = {
          + "Environment" = "Dev"
          + "Name"        = "ExampleBucket"
        }
      + website_domain              = (known after apply)
      + website_endpoint            = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.
aws_s3_bucket.example_bucket: Creating...
aws_s3_bucket.example_bucket: Still creating... [10s elapsed]
aws_s3_bucket.example_bucket: Creation complete after 16s [id=unique-sample-bucket-terraform-111125]

Warning: Argument is deprecated

  with aws_s3_bucket.example_bucket,
  on main.tf line 21, in resource "aws_s3_bucket" "example_bucket":
  21:   acl    = "private"

Use the aws_s3_bucket_acl resource instead

(and 2 more similar warnings elsewhere)

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

@opentaco-cloud opentaco-cloud bot mentioned this pull request Nov 12, 2025
@jocelo
Copy link
Author

jocelo commented Nov 13, 2025

digger unlock

@opentaco-cloud
Copy link

opentaco-cloud bot commented Nov 13, 2025

✅ Command unlock completed successfully

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