What is the create_before_destroy argument in the life cycle block and how to use it?
The lifecycle meta argument is used to define how the resource will behave in terraform when any kind of action is taken on it which requires the resource to be created, deleted or updated.
The lifecycle meta argument is a nested block defined within...
ritushinde.hashnode.dev2 min read