`opentf-ctl config view` fails if a users entry is null
Current situation
If a user is specified with no token (but with a user
key), config view
fails.
users:
- name: bad
user:
- name: good
user:
token: foo
- name: good too
Desired outcome
config view
works.