aptible / terraform-provider-aptible

The official Terraform provider for Aptible Deploy
https://registry.terraform.io/providers/aptible/aptible/latest
10 stars 13 forks source link

Update endpoint documentation to use process_type #33

Closed robertfairhead closed 4 years ago

robertfairhead commented 4 years ago

Closes: https://github.com/aptible/terraform-provider-aptible/issues/32

Our documentation referred to a service_name field on the endpoints, but the field is actually process_type. This updates the documentation to accurately reflect the current usage.

If we decide to switch to service_name in the future, we can always switch the docs back when we make the code change.