From 15ef70a14c4ecef0b4589bf4cf9442837afccb00 Mon Sep 17 00:00:00 2001 From: Tony <52470376+wongtonyb@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:36:08 -0500 Subject: [PATCH] update rdp resource reference (#6385) --- enos/modules/aws_rdp_domain_controller/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enos/modules/aws_rdp_domain_controller/main.tf b/enos/modules/aws_rdp_domain_controller/main.tf index af85f8c3dc..ee0421e1fc 100644 --- a/enos/modules/aws_rdp_domain_controller/main.tf +++ b/enos/modules/aws_rdp_domain_controller/main.tf @@ -471,7 +471,7 @@ resource "time_sleep" "wait_for_reboot" { } data "aws_instance" "instance_password" { - depends_on = [time_sleep.wait_10_minutes] + depends_on = [time_sleep.wait_for_reboot] instance_id = aws_instance.domain_controller.id get_password_data = true }