Setting minutes in the delay_time object does not work properly. Regardless of the specified value, the policy is always created with a 1-minute delay_time, even though the Terraform state shows the correct number of minutes.
delay_action = {
delay_option = "forMinutes"
delay_time = {
hours = 0
minutes = 10
}
}
I attempted to manually modify the value to the desired number of minutes in Compass and then re-apply Terraform. The Terraform plan correctly reflected the updated minutes value. However, upon checking the integration again, it had reverted back to 1 minute.