@pulumi/digitalocean 4.8.0 → 4.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/README.md +1 -1
  2. package/app.js +1 -0
  3. package/app.js.map +1 -1
  4. package/cdn.js +1 -0
  5. package/cdn.js.map +1 -1
  6. package/certificate.js +1 -0
  7. package/certificate.js.map +1 -1
  8. package/config/index.js +11 -4
  9. package/config/index.js.map +1 -1
  10. package/config/vars.d.ts +5 -5
  11. package/config/vars.js +33 -21
  12. package/config/vars.js.map +1 -1
  13. package/containerRegistry.js +1 -0
  14. package/containerRegistry.js.map +1 -1
  15. package/containerRegistryDockerCredentials.js +1 -0
  16. package/containerRegistryDockerCredentials.js.map +1 -1
  17. package/customImage.js +1 -0
  18. package/customImage.js.map +1 -1
  19. package/databaseCluster.js +1 -0
  20. package/databaseCluster.js.map +1 -1
  21. package/databaseConnectionPool.js +1 -0
  22. package/databaseConnectionPool.js.map +1 -1
  23. package/databaseDb.js +1 -0
  24. package/databaseDb.js.map +1 -1
  25. package/databaseFirewall.js +1 -0
  26. package/databaseFirewall.js.map +1 -1
  27. package/databaseReplica.js +1 -0
  28. package/databaseReplica.js.map +1 -1
  29. package/databaseUser.js +1 -0
  30. package/databaseUser.js.map +1 -1
  31. package/dnsRecord.js +1 -0
  32. package/dnsRecord.js.map +1 -1
  33. package/domain.js +1 -0
  34. package/domain.js.map +1 -1
  35. package/droplet.js +1 -0
  36. package/droplet.js.map +1 -1
  37. package/dropletSnapshot.js +1 -0
  38. package/dropletSnapshot.js.map +1 -1
  39. package/firewall.js +1 -0
  40. package/firewall.js.map +1 -1
  41. package/floatingIp.js +1 -0
  42. package/floatingIp.js.map +1 -1
  43. package/floatingIpAssignment.js +1 -0
  44. package/floatingIpAssignment.js.map +1 -1
  45. package/getAccount.js +1 -0
  46. package/getAccount.js.map +1 -1
  47. package/getApp.d.ts +10 -0
  48. package/getApp.js +5 -0
  49. package/getApp.js.map +1 -1
  50. package/getCertificate.d.ts +10 -0
  51. package/getCertificate.js +5 -0
  52. package/getCertificate.js.map +1 -1
  53. package/getContainerRegistry.d.ts +10 -0
  54. package/getContainerRegistry.js +5 -0
  55. package/getContainerRegistry.js.map +1 -1
  56. package/getDatabaseCa.d.ts +50 -0
  57. package/getDatabaseCa.js +39 -0
  58. package/getDatabaseCa.js.map +1 -0
  59. package/getDatabaseCluster.d.ts +11 -0
  60. package/getDatabaseCluster.js +5 -0
  61. package/getDatabaseCluster.js.map +1 -1
  62. package/getDatabaseReplica.d.ts +18 -0
  63. package/getDatabaseReplica.js +5 -0
  64. package/getDatabaseReplica.js.map +1 -1
  65. package/getDomain.d.ts +10 -0
  66. package/getDomain.js +5 -0
  67. package/getDomain.js.map +1 -1
  68. package/getDomains.d.ts +16 -0
  69. package/getDomains.js +5 -0
  70. package/getDomains.js.map +1 -1
  71. package/getDroplet.d.ts +18 -0
  72. package/getDroplet.js +5 -0
  73. package/getDroplet.js.map +1 -1
  74. package/getDropletSnapshot.d.ts +22 -0
  75. package/getDropletSnapshot.js +5 -0
  76. package/getDropletSnapshot.js.map +1 -1
  77. package/getDroplets.d.ts +16 -0
  78. package/getDroplets.js +5 -0
  79. package/getDroplets.js.map +1 -1
  80. package/getFirewall.d.ts +22 -0
  81. package/getFirewall.js +5 -0
  82. package/getFirewall.js.map +1 -1
  83. package/getFloatingIp.d.ts +10 -0
  84. package/getFloatingIp.js +5 -0
  85. package/getFloatingIp.js.map +1 -1
  86. package/getImage.d.ts +22 -0
  87. package/getImage.js +5 -0
  88. package/getImage.js.map +1 -1
  89. package/getImages.d.ts +16 -0
  90. package/getImages.js +5 -0
  91. package/getImages.js.map +1 -1
  92. package/getKubernetesCluster.d.ts +14 -0
  93. package/getKubernetesCluster.js +5 -0
  94. package/getKubernetesCluster.js.map +1 -1
  95. package/getKubernetesVersions.d.ts +10 -0
  96. package/getKubernetesVersions.js +5 -0
  97. package/getKubernetesVersions.js.map +1 -1
  98. package/getLoadBalancer.d.ts +12 -0
  99. package/getLoadBalancer.js +5 -0
  100. package/getLoadBalancer.js.map +1 -1
  101. package/getProject.d.ts +15 -0
  102. package/getProject.js +5 -0
  103. package/getProject.js.map +1 -1
  104. package/getProjects.d.ts +16 -0
  105. package/getProjects.js +5 -0
  106. package/getProjects.js.map +1 -1
  107. package/getRecord.d.ts +14 -0
  108. package/getRecord.js +5 -0
  109. package/getRecord.js.map +1 -1
  110. package/getRecords.d.ts +20 -0
  111. package/getRecords.js +5 -0
  112. package/getRecords.js.map +1 -1
  113. package/getRegion.d.ts +10 -0
  114. package/getRegion.js +5 -0
  115. package/getRegion.js.map +1 -1
  116. package/getRegions.d.ts +16 -0
  117. package/getRegions.js +5 -0
  118. package/getRegions.js.map +1 -1
  119. package/getSizes.d.ts +16 -0
  120. package/getSizes.js +5 -0
  121. package/getSizes.js.map +1 -1
  122. package/getSpacesBucket.d.ts +14 -0
  123. package/getSpacesBucket.js +5 -0
  124. package/getSpacesBucket.js.map +1 -1
  125. package/getSpacesBucketObject.d.ts +23 -0
  126. package/getSpacesBucketObject.js +5 -0
  127. package/getSpacesBucketObject.js.map +1 -1
  128. package/getSpacesBucketObjects.d.ts +30 -20
  129. package/getSpacesBucketObjects.js +5 -20
  130. package/getSpacesBucketObjects.js.map +1 -1
  131. package/getSpacesBuckets.d.ts +16 -0
  132. package/getSpacesBuckets.js +5 -0
  133. package/getSpacesBuckets.js.map +1 -1
  134. package/getSshKey.d.ts +10 -0
  135. package/getSshKey.js +5 -0
  136. package/getSshKey.js.map +1 -1
  137. package/getSshKeys.d.ts +16 -0
  138. package/getSshKeys.js +5 -0
  139. package/getSshKeys.js.map +1 -1
  140. package/getTag.d.ts +10 -0
  141. package/getTag.js +5 -0
  142. package/getTag.js.map +1 -1
  143. package/getTags.d.ts +16 -0
  144. package/getTags.js +5 -0
  145. package/getTags.js.map +1 -1
  146. package/getVolume.d.ts +18 -0
  147. package/getVolume.js +5 -0
  148. package/getVolume.js.map +1 -1
  149. package/getVolumeSnapshot.d.ts +22 -0
  150. package/getVolumeSnapshot.js +5 -0
  151. package/getVolumeSnapshot.js.map +1 -1
  152. package/getVpc.d.ts +18 -0
  153. package/getVpc.js +5 -0
  154. package/getVpc.js.map +1 -1
  155. package/index.d.ts +1 -0
  156. package/index.js +83 -74
  157. package/index.js.map +1 -1
  158. package/kubernetesCluster.d.ts +2 -2
  159. package/kubernetesCluster.js +1 -0
  160. package/kubernetesCluster.js.map +1 -1
  161. package/kubernetesNodePool.js +1 -0
  162. package/kubernetesNodePool.js.map +1 -1
  163. package/loadBalancer.d.ts +27 -3
  164. package/loadBalancer.js +5 -0
  165. package/loadBalancer.js.map +1 -1
  166. package/monitorAlert.js +1 -0
  167. package/monitorAlert.js.map +1 -1
  168. package/package.json +4 -3
  169. package/package.json.bak +3 -2
  170. package/package.json.dev +4 -3
  171. package/project.d.ts +1 -1
  172. package/project.js +2 -1
  173. package/project.js.map +1 -1
  174. package/projectResources.d.ts +1 -1
  175. package/projectResources.js +2 -1
  176. package/projectResources.js.map +1 -1
  177. package/provider.js +3 -2
  178. package/provider.js.map +1 -1
  179. package/spacesBucket.js +1 -0
  180. package/spacesBucket.js.map +1 -1
  181. package/spacesBucketObject.js +1 -0
  182. package/spacesBucketObject.js.map +1 -1
  183. package/sshKey.js +1 -0
  184. package/sshKey.js.map +1 -1
  185. package/tag.js +1 -0
  186. package/tag.js.map +1 -1
  187. package/types/enums/index.js +1 -0
  188. package/types/enums/index.js.map +1 -1
  189. package/types/index.js +1 -0
  190. package/types/index.js.map +1 -1
  191. package/types/input.d.ts +420 -1
  192. package/types/output.d.ts +12 -1
  193. package/utilities.js +1 -0
  194. package/utilities.js.map +1 -1
  195. package/volume.js +1 -0
  196. package/volume.js.map +1 -1
  197. package/volumeAttachment.js +1 -0
  198. package/volumeAttachment.js.map +1 -1
  199. package/volumeSnapshot.js +1 -0
  200. package/volumeSnapshot.js.map +1 -1
  201. package/vpc.js +1 -0
  202. package/vpc.js.map +1 -1
package/floatingIp.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"floatingIp.js","sourceRoot":"","sources":["../floatingIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IAqDjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;IA3ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCA6EC;AA/DG,gBAAgB;AACO,uBAAY,GAAG,0CAA0C,CAAC"}
1
+ {"version":3,"file":"floatingIp.js","sourceRoot":"","sources":["../floatingIp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IAqDjD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SACvD;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAClD,MAAM,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;IA3ED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;;AA1BL,gCA6EC;AA/DG,gBAAgB;AACO,uBAAY,GAAG,0CAA0C,CAAC"}
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.FloatingIpAssignment = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"floatingIpAssignment.js","sourceRoot":"","sources":["../floatingIpAssignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IA6C3D,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;;AA1BL,oDAoEC;AAtDG,gBAAgB;AACO,iCAAY,GAAG,8DAA8D,CAAC"}
1
+ {"version":3,"file":"floatingIpAssignment.js","sourceRoot":"","sources":["../floatingIpAssignment.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IA6C3D,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACjE,CAAC;IAlED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;;AA1BL,oDAoEC;AAtDG,gBAAgB;AACO,iCAAY,GAAG,8DAA8D,CAAC"}
package/getAccount.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAccount = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
package/getAccount.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC"}
1
+ {"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAA2B;IAClD,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gCAUC"}
package/getApp.d.ts CHANGED
@@ -61,3 +61,13 @@ export interface GetAppResult {
61
61
  */
62
62
  readonly updatedAt: string;
63
63
  }
64
+ export declare function getAppOutput(args: GetAppOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAppResult>;
65
+ /**
66
+ * A collection of arguments for invoking getApp.
67
+ */
68
+ export interface GetAppOutputArgs {
69
+ /**
70
+ * The ID of the app to retrieve information about.
71
+ */
72
+ appId: pulumi.Input<string>;
73
+ }
package/getApp.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAppOutput = exports.getApp = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -33,4 +34,8 @@ function getApp(args, opts) {
33
34
  }, opts);
34
35
  }
35
36
  exports.getApp = getApp;
37
+ function getAppOutput(args, opts) {
38
+ return pulumi.output(args).apply(a => getApp(a, opts));
39
+ }
40
+ exports.getAppOutput = getAppOutput;
36
41
  //# sourceMappingURL=getApp.js.map
package/getApp.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getApp.js","sourceRoot":"","sources":["../getApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wBAWC"}
1
+ {"version":3,"file":"getApp.js","sourceRoot":"","sources":["../getApp.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE;QAC7D,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wBAWC;AA+CD,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAA2B;IAC5E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1D,CAAC;AAFD,oCAEC"}
@@ -46,3 +46,13 @@ export interface GetCertificateResult {
46
46
  readonly type: string;
47
47
  readonly uuid: string;
48
48
  }
49
+ export declare function getCertificateOutput(args: GetCertificateOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCertificateResult>;
50
+ /**
51
+ * A collection of arguments for invoking getCertificate.
52
+ */
53
+ export interface GetCertificateOutputArgs {
54
+ /**
55
+ * The name of certificate.
56
+ */
57
+ name: pulumi.Input<string>;
58
+ }
package/getCertificate.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCertificateOutput = exports.getCertificate = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -37,4 +38,8 @@ function getCertificate(args, opts) {
37
38
  }, opts);
38
39
  }
39
40
  exports.getCertificate = getCertificate;
41
+ function getCertificateOutput(args, opts) {
42
+ return pulumi.output(args).apply(a => getCertificate(a, opts));
43
+ }
44
+ exports.getCertificateOutput = getCertificateOutput;
40
45
  //# sourceMappingURL=getCertificate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../getCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC"}
1
+ {"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../getCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,wCAWC;AA6BD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
@@ -52,3 +52,13 @@ export interface GetContainerRegistryResult {
52
52
  */
53
53
  readonly subscriptionTierSlug: string;
54
54
  }
55
+ export declare function getContainerRegistryOutput(args: GetContainerRegistryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetContainerRegistryResult>;
56
+ /**
57
+ * A collection of arguments for invoking getContainerRegistry.
58
+ */
59
+ export interface GetContainerRegistryOutputArgs {
60
+ /**
61
+ * The name of the container registry.
62
+ */
63
+ name: pulumi.Input<string>;
64
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getContainerRegistryOutput = exports.getContainerRegistry = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -38,4 +39,8 @@ function getContainerRegistry(args, opts) {
38
39
  }, opts);
39
40
  }
40
41
  exports.getContainerRegistry = getContainerRegistry;
42
+ function getContainerRegistryOutput(args, opts) {
43
+ return pulumi.output(args).apply(a => getContainerRegistry(a, opts));
44
+ }
45
+ exports.getContainerRegistryOutput = getContainerRegistryOutput;
41
46
  //# sourceMappingURL=getContainerRegistry.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getContainerRegistry.js","sourceRoot":"","sources":["../getContainerRegistry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC"}
1
+ {"version":3,"file":"getContainerRegistry.js","sourceRoot":"","sources":["../getContainerRegistry.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,oDAWC;AAkCD,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAA2B;IACxG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,oBAAoB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,gEAEC"}
@@ -0,0 +1,50 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides the CA certificate for a DigitalOcean database.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as digitalocean from "@pulumi/digitalocean";
10
+ *
11
+ * const ca = digitalocean.getDatabaseCa({
12
+ * clusterId: "aaa-bbb-ccc-ddd",
13
+ * });
14
+ * export const caOutput = ca.then(ca => ca.certificate);
15
+ * ```
16
+ */
17
+ export declare function getDatabaseCa(args: GetDatabaseCaArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabaseCaResult>;
18
+ /**
19
+ * A collection of arguments for invoking getDatabaseCa.
20
+ */
21
+ export interface GetDatabaseCaArgs {
22
+ /**
23
+ * The ID of the source database cluster.
24
+ */
25
+ clusterId: string;
26
+ }
27
+ /**
28
+ * A collection of values returned by getDatabaseCa.
29
+ */
30
+ export interface GetDatabaseCaResult {
31
+ /**
32
+ * The CA certificate used to secure database connections decoded to a string.
33
+ */
34
+ readonly certificate: string;
35
+ readonly clusterId: string;
36
+ /**
37
+ * The provider-assigned unique ID for this managed resource.
38
+ */
39
+ readonly id: string;
40
+ }
41
+ export declare function getDatabaseCaOutput(args: GetDatabaseCaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseCaResult>;
42
+ /**
43
+ * A collection of arguments for invoking getDatabaseCa.
44
+ */
45
+ export interface GetDatabaseCaOutputArgs {
46
+ /**
47
+ * The ID of the source database cluster.
48
+ */
49
+ clusterId: pulumi.Input<string>;
50
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseCaOutput = exports.getDatabaseCa = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Provides the CA certificate for a DigitalOcean database.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as digitalocean from "@pulumi/digitalocean";
16
+ *
17
+ * const ca = digitalocean.getDatabaseCa({
18
+ * clusterId: "aaa-bbb-ccc-ddd",
19
+ * });
20
+ * export const caOutput = ca.then(ca => ca.certificate);
21
+ * ```
22
+ */
23
+ function getDatabaseCa(args, opts) {
24
+ if (!opts) {
25
+ opts = {};
26
+ }
27
+ if (!opts.version) {
28
+ opts.version = utilities.getVersion();
29
+ }
30
+ return pulumi.runtime.invoke("digitalocean:index/getDatabaseCa:getDatabaseCa", {
31
+ "clusterId": args.clusterId,
32
+ }, opts);
33
+ }
34
+ exports.getDatabaseCa = getDatabaseCa;
35
+ function getDatabaseCaOutput(args, opts) {
36
+ return pulumi.output(args).apply(a => getDatabaseCa(a, opts));
37
+ }
38
+ exports.getDatabaseCaOutput = getDatabaseCaOutput;
39
+ //# sourceMappingURL=getDatabaseCa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDatabaseCa.js","sourceRoot":"","sources":["../getDatabaseCa.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,sCAWC;AA2BD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACjE,CAAC;AAFD,kDAEC"}
@@ -101,3 +101,14 @@ export interface GetDatabaseClusterResult {
101
101
  */
102
102
  readonly version: string;
103
103
  }
104
+ export declare function getDatabaseClusterOutput(args: GetDatabaseClusterOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseClusterResult>;
105
+ /**
106
+ * A collection of arguments for invoking getDatabaseCluster.
107
+ */
108
+ export interface GetDatabaseClusterOutputArgs {
109
+ /**
110
+ * The name of the database cluster.
111
+ */
112
+ name: pulumi.Input<string>;
113
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
114
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseClusterOutput = exports.getDatabaseCluster = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -32,4 +33,8 @@ function getDatabaseCluster(args, opts) {
32
33
  }, opts);
33
34
  }
34
35
  exports.getDatabaseCluster = getDatabaseCluster;
36
+ function getDatabaseClusterOutput(args, opts) {
37
+ return pulumi.output(args).apply(a => getDatabaseCluster(a, opts));
38
+ }
39
+ exports.getDatabaseClusterOutput = getDatabaseClusterOutput;
35
40
  //# sourceMappingURL=getDatabaseCluster.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDatabaseCluster.js","sourceRoot":"","sources":["../getDatabaseCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC"}
1
+ {"version":3,"file":"getDatabaseCluster.js","sourceRoot":"","sources":["../getDatabaseCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC;AAyFD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
@@ -85,3 +85,21 @@ export interface GetDatabaseReplicaResult {
85
85
  */
86
86
  readonly user: string;
87
87
  }
88
+ export declare function getDatabaseReplicaOutput(args: GetDatabaseReplicaOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabaseReplicaResult>;
89
+ /**
90
+ * A collection of arguments for invoking getDatabaseReplica.
91
+ */
92
+ export interface GetDatabaseReplicaOutputArgs {
93
+ /**
94
+ * The ID of the original source database cluster.
95
+ */
96
+ clusterId: pulumi.Input<string>;
97
+ /**
98
+ * The name for the database replica.
99
+ */
100
+ name: pulumi.Input<string>;
101
+ /**
102
+ * A list of tag names to be applied to the database replica.
103
+ */
104
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
105
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDatabaseReplicaOutput = exports.getDatabaseReplica = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -37,4 +38,8 @@ function getDatabaseReplica(args, opts) {
37
38
  }, opts);
38
39
  }
39
40
  exports.getDatabaseReplica = getDatabaseReplica;
41
+ function getDatabaseReplicaOutput(args, opts) {
42
+ return pulumi.output(args).apply(a => getDatabaseReplica(a, opts));
43
+ }
44
+ exports.getDatabaseReplicaOutput = getDatabaseReplicaOutput;
40
45
  //# sourceMappingURL=getDatabaseReplica.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDatabaseReplica.js","sourceRoot":"","sources":["../getDatabaseReplica.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gDAaC"}
1
+ {"version":3,"file":"getDatabaseReplica.js","sourceRoot":"","sources":["../getDatabaseReplica.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gDAaC;AAsED,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
package/getDomain.d.ts CHANGED
@@ -35,3 +35,13 @@ export interface GetDomainResult {
35
35
  readonly ttl: number;
36
36
  readonly zoneFile: string;
37
37
  }
38
+ export declare function getDomainOutput(args: GetDomainOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainResult>;
39
+ /**
40
+ * A collection of arguments for invoking getDomain.
41
+ */
42
+ export interface GetDomainOutputArgs {
43
+ /**
44
+ * The name of the domain.
45
+ */
46
+ name: pulumi.Input<string>;
47
+ }
package/getDomain.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDomainOutput = exports.getDomain = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -25,4 +26,8 @@ function getDomain(args, opts) {
25
26
  }, opts);
26
27
  }
27
28
  exports.getDomain = getDomain;
29
+ function getDomainOutput(args, opts) {
30
+ return pulumi.output(args).apply(a => getDomain(a, opts));
31
+ }
32
+ exports.getDomainOutput = getDomainOutput;
28
33
  //# sourceMappingURL=getDomain.js.map
package/getDomain.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getDomain.js","sourceRoot":"","sources":["../getDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC"}
1
+ {"version":3,"file":"getDomain.js","sourceRoot":"","sources":["../getDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;GAQG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8BAWC;AA8BD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7D,CAAC;AAFD,0CAEC"}
package/getDomains.d.ts CHANGED
@@ -59,3 +59,19 @@ export interface GetDomainsResult {
59
59
  readonly id: string;
60
60
  readonly sorts?: outputs.GetDomainsSort[];
61
61
  }
62
+ export declare function getDomainsOutput(args?: GetDomainsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDomainsResult>;
63
+ /**
64
+ * A collection of arguments for invoking getDomains.
65
+ */
66
+ export interface GetDomainsOutputArgs {
67
+ /**
68
+ * Filter the results.
69
+ * The `filter` block is documented below.
70
+ */
71
+ filters?: pulumi.Input<pulumi.Input<inputs.GetDomainsFilterArgs>[]>;
72
+ /**
73
+ * Sort the results.
74
+ * The `sort` block is documented below.
75
+ */
76
+ sorts?: pulumi.Input<pulumi.Input<inputs.GetDomainsSortArgs>[]>;
77
+ }
package/getDomains.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDomainsOutput = exports.getDomains = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -46,4 +47,8 @@ function getDomains(args, opts) {
46
47
  }, opts);
47
48
  }
48
49
  exports.getDomains = getDomains;
50
+ function getDomainsOutput(args, opts) {
51
+ return pulumi.output(args).apply(a => getDomains(a, opts));
52
+ }
53
+ exports.getDomainsOutput = getDomainsOutput;
49
54
  //# sourceMappingURL=getDomains.js.map
package/getDomains.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getDomains.js","sourceRoot":"","sources":["../getDomains.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gCAaC"}
1
+ {"version":3,"file":"getDomains.js","sourceRoot":"","sources":["../getDomains.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gCAaC;AAkCD,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
package/getDroplet.d.ts CHANGED
@@ -159,3 +159,21 @@ export interface GetDropletResult {
159
159
  */
160
160
  readonly vpcUuid: string;
161
161
  }
162
+ export declare function getDropletOutput(args?: GetDropletOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDropletResult>;
163
+ /**
164
+ * A collection of arguments for invoking getDroplet.
165
+ */
166
+ export interface GetDropletOutputArgs {
167
+ /**
168
+ * The ID of the Droplet
169
+ */
170
+ id?: pulumi.Input<number>;
171
+ /**
172
+ * The name of the Droplet.
173
+ */
174
+ name?: pulumi.Input<string>;
175
+ /**
176
+ * A tag applied to the Droplet.
177
+ */
178
+ tag?: pulumi.Input<string>;
179
+ }
package/getDroplet.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDropletOutput = exports.getDroplet = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -64,4 +65,8 @@ function getDroplet(args, opts) {
64
65
  }, opts);
65
66
  }
66
67
  exports.getDroplet = getDroplet;
68
+ function getDropletOutput(args, opts) {
69
+ return pulumi.output(args).apply(a => getDroplet(a, opts));
70
+ }
71
+ exports.getDropletOutput = getDropletOutput;
67
72
  //# sourceMappingURL=getDroplet.js.map
package/getDroplet.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getDroplet.js","sourceRoot":"","sources":["../getDroplet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gCAcC"}
1
+ {"version":3,"file":"getDroplet.js","sourceRoot":"","sources":["../getDroplet.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,KAAK,EAAE,IAAI,CAAC,GAAG;KAClB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gCAcC;AAsHD,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC9D,CAAC;AAFD,4CAEC"}
@@ -74,3 +74,25 @@ export interface GetDropletSnapshotResult {
74
74
  */
75
75
  readonly size: number;
76
76
  }
77
+ export declare function getDropletSnapshotOutput(args?: GetDropletSnapshotOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDropletSnapshotResult>;
78
+ /**
79
+ * A collection of arguments for invoking getDropletSnapshot.
80
+ */
81
+ export interface GetDropletSnapshotOutputArgs {
82
+ /**
83
+ * If more than one result is returned, use the most recent Droplet snapshot.
84
+ */
85
+ mostRecent?: pulumi.Input<boolean>;
86
+ /**
87
+ * The name of the Droplet snapshot.
88
+ */
89
+ name?: pulumi.Input<string>;
90
+ /**
91
+ * A regex string to apply to the Droplet snapshot list returned by DigitalOcean. This allows more advanced filtering not supported from the DigitalOcean API. This filtering is done locally on what DigitalOcean returns.
92
+ */
93
+ nameRegex?: pulumi.Input<string>;
94
+ /**
95
+ * A "slug" representing a DigitalOcean region (e.g. `nyc1`). If set, only Droplet snapshots available in the region will be returned.
96
+ */
97
+ region?: pulumi.Input<string>;
98
+ }
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDropletSnapshotOutput = exports.getDropletSnapshot = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -40,4 +41,8 @@ function getDropletSnapshot(args, opts) {
40
41
  }, opts);
41
42
  }
42
43
  exports.getDropletSnapshot = getDropletSnapshot;
44
+ function getDropletSnapshotOutput(args, opts) {
45
+ return pulumi.output(args).apply(a => getDropletSnapshot(a, opts));
46
+ }
47
+ exports.getDropletSnapshotOutput = getDropletSnapshotOutput;
43
48
  //# sourceMappingURL=getDropletSnapshot.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDropletSnapshot.js","sourceRoot":"","sources":["../getDropletSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gDAeC"}
1
+ {"version":3,"file":"getDropletSnapshot.js","sourceRoot":"","sources":["../getDropletSnapshot.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,gDAeC;AA0DD,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,4DAEC"}
package/getDroplets.d.ts CHANGED
@@ -83,3 +83,19 @@ export interface GetDropletsResult {
83
83
  readonly id: string;
84
84
  readonly sorts?: outputs.GetDropletsSort[];
85
85
  }
86
+ export declare function getDropletsOutput(args?: GetDropletsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDropletsResult>;
87
+ /**
88
+ * A collection of arguments for invoking getDroplets.
89
+ */
90
+ export interface GetDropletsOutputArgs {
91
+ /**
92
+ * Filter the results.
93
+ * The `filter` block is documented below.
94
+ */
95
+ filters?: pulumi.Input<pulumi.Input<inputs.GetDropletsFilterArgs>[]>;
96
+ /**
97
+ * Sort the results.
98
+ * The `sort` block is documented below.
99
+ */
100
+ sorts?: pulumi.Input<pulumi.Input<inputs.GetDropletsSortArgs>[]>;
101
+ }
package/getDroplets.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getDropletsOutput = exports.getDroplets = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -70,4 +71,8 @@ function getDroplets(args, opts) {
70
71
  }, opts);
71
72
  }
72
73
  exports.getDroplets = getDroplets;
74
+ function getDropletsOutput(args, opts) {
75
+ return pulumi.output(args).apply(a => getDroplets(a, opts));
76
+ }
77
+ exports.getDropletsOutput = getDropletsOutput;
73
78
  //# sourceMappingURL=getDroplets.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getDroplets.js","sourceRoot":"","sources":["../getDroplets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC"}
1
+ {"version":3,"file":"getDroplets.js","sourceRoot":"","sources":["../getDroplets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmDG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,kCAaC;AAkCD,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}
package/getFirewall.d.ts CHANGED
@@ -81,3 +81,25 @@ export interface GetFirewallResult {
81
81
  */
82
82
  readonly tags: string[];
83
83
  }
84
+ export declare function getFirewallOutput(args: GetFirewallOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetFirewallResult>;
85
+ /**
86
+ * A collection of arguments for invoking getFirewall.
87
+ */
88
+ export interface GetFirewallOutputArgs {
89
+ /**
90
+ * The list of the IDs of the Droplets assigned to
91
+ * the Firewall.
92
+ */
93
+ dropletIds?: pulumi.Input<pulumi.Input<number>[]>;
94
+ /**
95
+ * The ID of the firewall to retrieve information
96
+ * about.
97
+ */
98
+ firewallId: pulumi.Input<string>;
99
+ inboundRules?: pulumi.Input<pulumi.Input<inputs.GetFirewallInboundRuleArgs>[]>;
100
+ outboundRules?: pulumi.Input<pulumi.Input<inputs.GetFirewallOutboundRuleArgs>[]>;
101
+ /**
102
+ * The names of the Tags assigned to the Firewall.
103
+ */
104
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
105
+ }
package/getFirewall.js CHANGED
@@ -2,6 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getFirewallOutput = exports.getFirewall = void 0;
5
6
  const pulumi = require("@pulumi/pulumi");
6
7
  const utilities = require("./utilities");
7
8
  /**
@@ -37,4 +38,8 @@ function getFirewall(args, opts) {
37
38
  }, opts);
38
39
  }
39
40
  exports.getFirewall = getFirewall;
41
+ function getFirewallOutput(args, opts) {
42
+ return pulumi.output(args).apply(a => getFirewall(a, opts));
43
+ }
44
+ exports.getFirewallOutput = getFirewallOutput;
40
45
  //# sourceMappingURL=getFirewall.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getFirewall.js","sourceRoot":"","sources":["../getFirewall.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kCAeC"}
1
+ {"version":3,"file":"getFirewall.js","sourceRoot":"","sources":["../getFirewall.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kCAeC;AAmED,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC/D,CAAC;AAFD,8CAEC"}