Create - create devops resource if not currently in the terraform state
Read - terraform output to get devops resource and print out the current state of it.
Update - update devops resource should it differ from the current state
Delete - delete devops resource should devops resource no longer exists but still exists in the state
Fix the issue in which terraform provider does not like the nesting for dev/ops and engineer resources
Create - create devops resource if not currently in the terraform state Read - terraform output to get devops resource and print out the current state of it. Update - update devops resource should it differ from the current state Delete - delete devops resource should devops resource no longer exists but still exists in the state
Fix the issue in which terraform provider does not like the nesting for dev/ops and engineer resources