Skip to content

Conversation

rdhar
Copy link
Member

@rdhar rdhar commented Jun 26, 2025

No description provided.

@github-actions github-actions bot added the dev Terraform target environment label Jun 26, 2025
Copy link

github-actions bot commented Jun 26, 2025

tofu apply -chdir=tests/aws/targets/dev
Diff of 10 changes.
! module.ec2_instance["triangle"].aws_instance.this must be replaced
- module.s3_bucket["orange"].aws_s3_bucket.this will be destroyed
# (because module.s3_bucket["orange"] is not in configuration)
- module.s3_bucket["orange"].aws_s3_bucket_object_lock_configuration.this will be destroyed
# (because module.s3_bucket["orange"] is not in configuration)
- module.s3_bucket["orange"].aws_s3_bucket_versioning.this will be destroyed
# (because module.s3_bucket["orange"] is not in configuration)
+ module.s3_bucket["purple"].aws_s3_bucket.this will be created
+ module.s3_bucket["purple"].aws_s3_bucket_object_lock_configuration.this will be created
+ module.s3_bucket["purple"].aws_s3_bucket_versioning.this will be created
- module.s3_bucket["yam"].aws_s3_bucket.this will be destroyed
# (because module.s3_bucket["yam"] is not in configuration)
- module.s3_bucket["yam"].aws_s3_bucket_object_lock_configuration.this will be destroyed
# (because module.s3_bucket["yam"] is not in configuration)
- module.s3_bucket["yam"].aws_s3_bucket_versioning.this will be destroyed
# (because module.s3_bucket["yam"] is not in configuration)
Apply complete! Resources: 4 added, 0 changed, 7 destroyed.
By rdhar at 2025-06-26T19:19:50Z (view log).
module.s3_bucket["yam"].aws_s3_bucket_object_lock_configuration.this: Destroying... [id=platforms-dev-813676077823--ollie]
module.s3_bucket["orange"].aws_s3_bucket_object_lock_configuration.this: Destroying... [id=platforms-dev-813676077823--olly]
module.ec2_instance["triangle"].aws_instance.this: Destroying... [id=i-0fc36cc034206b292]
module.s3_bucket["purple"].aws_s3_bucket.this: Creating...
module.s3_bucket["orange"].aws_s3_bucket_object_lock_configuration.this: Destruction complete after 1s
module.s3_bucket["orange"].aws_s3_bucket_versioning.this: Destroying... [id=platforms-dev-813676077823--olly]
module.s3_bucket["yam"].aws_s3_bucket_object_lock_configuration.this: Destruction complete after 1s
module.s3_bucket["yam"].aws_s3_bucket_versioning.this: Destroying... [id=platforms-dev-813676077823--ollie]
module.s3_bucket["orange"].aws_s3_bucket_versioning.this: Destruction complete after 0s
module.s3_bucket["orange"].aws_s3_bucket.this: Destroying... [id=platforms-dev-813676077823--olly]
module.s3_bucket["yam"].aws_s3_bucket_versioning.this: Destruction complete after 0s
module.s3_bucket["yam"].aws_s3_bucket.this: Destroying... [id=platforms-dev-813676077823--ollie]
module.s3_bucket["yam"].aws_s3_bucket.this: Destruction complete after 0s
module.s3_bucket["orange"].aws_s3_bucket.this: Destruction complete after 1s
module.s3_bucket["purple"].aws_s3_bucket.this: Creation complete after 3s [id=platforms-dev-813676077823--badger]
module.s3_bucket["purple"].aws_s3_bucket_versioning.this: Creating...
module.s3_bucket["purple"].aws_s3_bucket_versioning.this: Creation complete after 2s [id=platforms-dev-813676077823--badger]
module.s3_bucket["purple"].aws_s3_bucket_object_lock_configuration.this: Creating...
module.s3_bucket["purple"].aws_s3_bucket_object_lock_configuration.this: Creation complete after 0s [id=platforms-dev-813676077823--badger]
module.ec2_instance["triangle"].aws_instance.this: Still destroying... [id=i-0fc36cc034206b292, 10s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still destroying... [id=i-0fc36cc034206b292, 20s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still destroying... [id=i-0fc36cc034206b292, 30s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Destruction complete after 31s
module.ec2_instance["triangle"].aws_instance.this: Creating...
module.ec2_instance["triangle"].aws_instance.this: Still creating... [10s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still creating... [20s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still creating... [30s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still creating... [40s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Creation complete after 43s [id=i-0fb5ec8a5b4cfbc06]

Apply complete! Resources: 4 added, 0 changed, 7 destroyed.

Outputs:

ec2 = {
  "triangle" = {
    "ami_id" = "ami-06793455f00786b83"
    "instance_id" = "i-0fb5ec8a5b4cfbc06"
  }
}
s3 = {
  "purple" = {
    "bucket_id" = "platforms-dev-813676077823--badger"
  }
}

@rdhar rdhar added this pull request to the merge queue Jun 26, 2025
Merged via the queue into main with commit f11dc4e Jun 26, 2025
5 checks passed
@rdhar rdhar deleted the rename-bucket branch June 26, 2025 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev Terraform target environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant