Skip to content

Conversation

rdhar
Copy link
Member

@rdhar rdhar commented Jun 26, 2025

No description provided.

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@github-actions github-actions bot added the stg Terraform target environment label Jun 26, 2025
Copy link

github-actions bot commented Jun 26, 2025

tofu apply -chdir=tests/aws/targets/stg
Diff of 1 change.
+ module.s3_bucket["teal"].aws_s3_bucket_object_lock_configuration.this will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
By rdhar at 2025-06-26T16:13:43Z (view log).
module.s3_bucket["teal"].aws_s3_bucket_object_lock_configuration.this: Creating...
module.s3_bucket["teal"].aws_s3_bucket_object_lock_configuration.this: Creation complete after 1s [id=platforms-stg-813676077823--tyler]

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

Outputs:

ec2 = {
  "rectangle" = {
    "ami_id" = "ami-0b2e09f7bdd865320"
    "instance_id" = "i-084ac2d8ff99b44eb"
  }
}
s3 = {
  "teal" = {
    "bucket_id" = "platforms-stg-813676077823--tyler"
  }
}

Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@rdhar rdhar marked this pull request as ready for review June 26, 2025 15:56
@rdhar rdhar added this pull request to the merge queue Jun 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 26, 2025
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@rdhar rdhar added this pull request to the merge queue Jun 26, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 26, 2025
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
@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 1 change.
! module.ec2_instance["triangle"].aws_instance.this must be replaced
Apply complete! Resources: 1 added, 0 changed, 1 destroyed.
By rdhar at 2025-06-26T16:13:43Z (view log).
module.ec2_instance["triangle"].aws_instance.this: Destroying... [id=i-0498acaae0a982a29]
module.ec2_instance["triangle"].aws_instance.this: Still destroying... [id=i-0498acaae0a982a29, 10s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still destroying... [id=i-0498acaae0a982a29, 20s elapsed]
module.ec2_instance["triangle"].aws_instance.this: Still destroying... [id=i-0498acaae0a982a29, 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: Creation complete after 32s [id=i-0fc36cc034206b292]

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

Outputs:

ec2 = {
  "triangle" = {
    "ami_id" = "ami-024846d07376c9b2e"
    "instance_id" = "i-0fc36cc034206b292"
  }
}
s3 = {
  "orange" = {
    "bucket_id" = "platforms-dev-813676077823--olly"
  }
  "yam" = {
    "bucket_id" = "platforms-dev-813676077823--ollie"
  }
}

@rdhar rdhar added this pull request to the merge queue Jun 26, 2025
Merged via the queue into main with commit 66a9ae5 Jun 26, 2025
6 checks passed
@rdhar rdhar deleted the test--aws-stg-env branch June 26, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev Terraform target environment stg Terraform target environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant