package constants // Different properties of the PostgreSQL Third Party Resources const ( TPRName = "postgresql" TPRVendor = "acid.zalan.do" TPRDescription = "Managed PostgreSQL clusters" TPRApiVersion = "v1" ResourceName = TPRName + "s" )