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

Database endpoints #11

Closed reggregory closed 4 years ago

reggregory commented 4 years ago

The biggest changes are in the attributes for endpoints. To account for databases and apps, I changed app_id to resource_id and added a resource_type parameter since the creation and setting of attrs differs between the 2 resource types.

I'll run go mod tidy and get the newest version of aptible/go-deploy once the related go-deploy PR gets merged.

Related go-deploy PR