issue with DO's terraform provider. reworking a module has led me to renaming a resource from, let's say "foo_bar", into "this". This triggered a delete/create action during apply, but since the actual resource (firewall) name stayed the same, the simultaneous delete/create action failed the creation with a "duplicate name" error. Is this the expected behaviour, or should I raise an issue on the provider's repo?
Im pretty sure this is a behavior of terraform itself and not a specific module
Обсуждают сегодня