hashicorp / terraform-provider-time

Utility provider that provides Time-Based Resources
https://registry.terraform.io/providers/hashicorp/time/latest
Mozilla Public License 2.0
104 stars 30 forks source link

Added trigger imports into time_sleep #341

Open nickryand opened 3 months ago

nickryand commented 3 months ago

Implemented importing triggers using an expanded syntax for the trigger map. The format of the trigger definition is as follows:

"CREATE,DESTROY,KEY=VALUE,KEY=VALUE..."

Without being able to import triggers, a time_sleep import will always cause a replacement and therefore may trigger replaces for resources that depend on the time_sleep when they are not needed.

Community Note

Relates OR Closes #0000