@pulumi/aiven 4.4.0 → 4.5.1

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 (313) hide show
  1. package/account.d.ts +13 -31
  2. package/account.js +4 -6
  3. package/account.js.map +1 -1
  4. package/accountAuthentication.d.ts +31 -53
  5. package/accountAuthentication.js +5 -7
  6. package/accountAuthentication.js.map +1 -1
  7. package/accountTeam.d.ts +12 -22
  8. package/accountTeam.js +2 -4
  9. package/accountTeam.js.map +1 -1
  10. package/accountTeamMember.d.ts +16 -39
  11. package/accountTeamMember.js +4 -6
  12. package/accountTeamMember.js.map +1 -1
  13. package/accountTeamProject.d.ts +12 -17
  14. package/accountTeamProject.js +0 -2
  15. package/accountTeamProject.js.map +1 -1
  16. package/awsPrivatelink.d.ts +13 -27
  17. package/awsPrivatelink.js +0 -2
  18. package/awsPrivatelink.js.map +1 -1
  19. package/azurePrivatelink.d.ts +120 -0
  20. package/azurePrivatelink.js +86 -0
  21. package/azurePrivatelink.js.map +1 -0
  22. package/azurePrivatelinkConnectionApproval.d.ts +91 -0
  23. package/azurePrivatelinkConnectionApproval.js +66 -0
  24. package/azurePrivatelinkConnectionApproval.js.map +1 -0
  25. package/billingGroup.d.ts +0 -2
  26. package/billingGroup.js +0 -2
  27. package/billingGroup.js.map +1 -1
  28. package/cassandra.d.ts +101 -135
  29. package/cassandra.js +14 -4
  30. package/cassandra.js.map +1 -1
  31. package/clickhouse.d.ts +304 -0
  32. package/clickhouse.js +122 -0
  33. package/clickhouse.js.map +1 -0
  34. package/clickhouseDatabase.d.ts +105 -0
  35. package/clickhouseDatabase.js +76 -0
  36. package/clickhouseDatabase.js.map +1 -0
  37. package/clickhouseGrant.d.ts +169 -0
  38. package/clickhouseGrant.js +125 -0
  39. package/clickhouseGrant.js.map +1 -0
  40. package/clickhouseRole.d.ts +75 -0
  41. package/clickhouseRole.js +65 -0
  42. package/clickhouseRole.js.map +1 -0
  43. package/clickhouseUser.d.ts +112 -0
  44. package/clickhouseUser.js +84 -0
  45. package/clickhouseUser.js.map +1 -0
  46. package/connectionPool.d.ts +23 -53
  47. package/connectionPool.js +0 -4
  48. package/connectionPool.js.map +1 -1
  49. package/database.d.ts +18 -23
  50. package/database.js +0 -2
  51. package/database.js.map +1 -1
  52. package/elasticSearch.d.ts +97 -134
  53. package/elasticSearch.js +14 -4
  54. package/elasticSearch.js.map +1 -1
  55. package/elasticSearchAcl.d.ts +14 -26
  56. package/elasticSearchAcl.js +2 -5
  57. package/elasticSearchAcl.js.map +1 -1
  58. package/elasticSearchAclConfig.d.ts +12 -23
  59. package/elasticSearchAclConfig.js +0 -2
  60. package/elasticSearchAclConfig.js.map +1 -1
  61. package/elasticSearchAclRule.d.ts +15 -20
  62. package/elasticSearchAclRule.js +0 -2
  63. package/elasticSearchAclRule.js.map +1 -1
  64. package/flink.d.ts +311 -0
  65. package/flink.js +125 -0
  66. package/flink.js.map +1 -0
  67. package/flinkJob.d.ts +136 -0
  68. package/flinkJob.js +100 -0
  69. package/flinkJob.js.map +1 -0
  70. package/flinkJobTable.d.ts +224 -0
  71. package/flinkJobTable.js +114 -0
  72. package/flinkJobTable.js.map +1 -0
  73. package/getAccount.d.ts +10 -49
  74. package/getAccount.js +0 -7
  75. package/getAccount.js.map +1 -1
  76. package/getAccountAuthentication.d.ts +21 -103
  77. package/getAccountAuthentication.js +0 -12
  78. package/getAccountAuthentication.js.map +1 -1
  79. package/getAccountTeam.d.ts +13 -33
  80. package/getAccountTeam.js +0 -5
  81. package/getAccountTeam.js.map +1 -1
  82. package/getAccountTeamMember.d.ts +18 -43
  83. package/getAccountTeamMember.js +0 -5
  84. package/getAccountTeamMember.js.map +1 -1
  85. package/getAccountTeamProject.d.ts +17 -21
  86. package/getAccountTeamProject.js +0 -3
  87. package/getAccountTeamProject.js.map +1 -1
  88. package/getAwsPrivatelink.d.ts +14 -42
  89. package/getAwsPrivatelink.js +0 -5
  90. package/getAwsPrivatelink.js.map +1 -1
  91. package/getAzurePrivatelink.d.ts +81 -0
  92. package/getAzurePrivatelink.js +38 -0
  93. package/getAzurePrivatelink.js.map +1 -0
  94. package/getBillingGroup.d.ts +96 -0
  95. package/getBillingGroup.js +36 -0
  96. package/getBillingGroup.js.map +1 -0
  97. package/getCassanda.d.ts +118 -44
  98. package/getCassanda.js +15 -17
  99. package/getCassanda.js.map +1 -1
  100. package/getCassandra.d.ts +62 -223
  101. package/getCassandra.js +1 -20
  102. package/getCassandra.js.map +1 -1
  103. package/getClickhouse.d.ts +154 -0
  104. package/getClickhouse.js +38 -0
  105. package/getClickhouse.js.map +1 -0
  106. package/getClickhouseDatabase.d.ts +75 -0
  107. package/getClickhouseDatabase.js +40 -0
  108. package/getClickhouseDatabase.js.map +1 -0
  109. package/getClickhouseUser.d.ts +86 -0
  110. package/getClickhouseUser.js +40 -0
  111. package/getClickhouseUser.js.map +1 -0
  112. package/getConnectionPool.d.ts +26 -74
  113. package/getConnectionPool.js +0 -7
  114. package/getConnectionPool.js.map +1 -1
  115. package/getDatabase.d.ts +22 -29
  116. package/getDatabase.js +0 -5
  117. package/getDatabase.js.map +1 -1
  118. package/getElasticSearch.d.ts +61 -222
  119. package/getElasticSearch.js +0 -19
  120. package/getElasticSearch.js.map +1 -1
  121. package/getElasticSearchAcl.d.ts +22 -36
  122. package/getElasticSearchAcl.js +1 -7
  123. package/getElasticSearchAcl.js.map +1 -1
  124. package/getElasticSearchAclConfig.d.ts +41 -6
  125. package/getElasticSearchAclConfig.js +15 -2
  126. package/getElasticSearchAclConfig.js.map +1 -1
  127. package/getElasticSearchAclRule.d.ts +56 -2
  128. package/getElasticSearchAclRule.js +17 -1
  129. package/getElasticSearchAclRule.js.map +1 -1
  130. package/getFlink.d.ts +154 -0
  131. package/getFlink.js +38 -0
  132. package/getFlink.js.map +1 -0
  133. package/getGrafana.d.ts +61 -222
  134. package/getGrafana.js +0 -19
  135. package/getGrafana.js.map +1 -1
  136. package/getInfluxDb.d.ts +61 -222
  137. package/getInfluxDb.js +0 -19
  138. package/getInfluxDb.js.map +1 -1
  139. package/getKafka.d.ts +65 -221
  140. package/getKafka.js +0 -20
  141. package/getKafka.js.map +1 -1
  142. package/getKafkaAcl.d.ts +31 -21
  143. package/getKafkaAcl.js +2 -5
  144. package/getKafkaAcl.js.map +1 -1
  145. package/getKafkaConnect.d.ts +61 -222
  146. package/getKafkaConnect.js +0 -19
  147. package/getKafkaConnect.js.map +1 -1
  148. package/getKafkaConnector.d.ts +31 -73
  149. package/getKafkaConnector.js +0 -15
  150. package/getKafkaConnector.js.map +1 -1
  151. package/getKafkaMirrorMaker.d.ts +61 -222
  152. package/getKafkaMirrorMaker.js +0 -19
  153. package/getKafkaMirrorMaker.js.map +1 -1
  154. package/getKafkaSchema.d.ts +23 -37
  155. package/getKafkaSchema.js +1 -7
  156. package/getKafkaSchema.js.map +1 -1
  157. package/getKafkaSchemaConfiguration.d.ts +29 -41
  158. package/getKafkaSchemaConfiguration.js +4 -10
  159. package/getKafkaSchemaConfiguration.js.map +1 -1
  160. package/getKafkaTopic.d.ts +34 -95
  161. package/getKafkaTopic.js +0 -18
  162. package/getKafkaTopic.js.map +1 -1
  163. package/getM3Aggregator.d.ts +62 -223
  164. package/getM3Aggregator.js +1 -20
  165. package/getM3Aggregator.js.map +1 -1
  166. package/getM3Db.d.ts +61 -222
  167. package/getM3Db.js +0 -19
  168. package/getM3Db.js.map +1 -1
  169. package/getMirrorMakerReplicationFlow.d.ts +45 -52
  170. package/getMirrorMakerReplicationFlow.js +1 -11
  171. package/getMirrorMakerReplicationFlow.js.map +1 -1
  172. package/getMySql.d.ts +61 -222
  173. package/getMySql.js +0 -19
  174. package/getMySql.js.map +1 -1
  175. package/getOpenSearch.d.ts +61 -216
  176. package/getOpenSearch.js +0 -19
  177. package/getOpenSearch.js.map +1 -1
  178. package/getOpenSearchAclConfig.d.ts +41 -6
  179. package/getOpenSearchAclConfig.js +15 -2
  180. package/getOpenSearchAclConfig.js.map +1 -1
  181. package/getOpenSearchAclRule.d.ts +62 -0
  182. package/getOpenSearchAclRule.js +17 -0
  183. package/getOpenSearchAclRule.js.map +1 -1
  184. package/getPg.d.ts +61 -222
  185. package/getPg.js +0 -19
  186. package/getPg.js.map +1 -1
  187. package/getProject.d.ts +49 -166
  188. package/getProject.js +0 -20
  189. package/getProject.js.map +1 -1
  190. package/getProjectUser.d.ts +13 -34
  191. package/getProjectUser.js +0 -4
  192. package/getProjectUser.js.map +1 -1
  193. package/getProjectVpc.d.ts +13 -30
  194. package/getProjectVpc.js +0 -4
  195. package/getProjectVpc.js.map +1 -1
  196. package/getRedis.d.ts +60 -221
  197. package/getRedis.js +0 -19
  198. package/getRedis.js.map +1 -1
  199. package/getService.d.ts +203 -105
  200. package/getService.js +3 -37
  201. package/getService.js.map +1 -1
  202. package/getServiceComponent.d.ts +38 -90
  203. package/getServiceComponent.js +1 -22
  204. package/getServiceComponent.js.map +1 -1
  205. package/getServiceIntegration.d.ts +67 -95
  206. package/getServiceIntegration.js +1 -41
  207. package/getServiceIntegration.js.map +1 -1
  208. package/getServiceIntegrationEndpoint.d.ts +61 -63
  209. package/getServiceIntegrationEndpoint.js +1 -17
  210. package/getServiceIntegrationEndpoint.js.map +1 -1
  211. package/getServiceUser.d.ts +37 -78
  212. package/getServiceUser.js +0 -13
  213. package/getServiceUser.js.map +1 -1
  214. package/getTransitGatewayVpcAttachment.d.ts +29 -40
  215. package/getTransitGatewayVpcAttachment.js +1 -9
  216. package/getTransitGatewayVpcAttachment.js.map +1 -1
  217. package/getVpcPeeringConnection.d.ts +27 -92
  218. package/getVpcPeeringConnection.js +1 -11
  219. package/getVpcPeeringConnection.js.map +1 -1
  220. package/grafana.d.ts +97 -134
  221. package/grafana.js +14 -4
  222. package/grafana.js.map +1 -1
  223. package/index.d.ts +17 -0
  224. package/index.js +61 -0
  225. package/index.js.map +1 -1
  226. package/influxDb.d.ts +97 -131
  227. package/influxDb.js +14 -4
  228. package/influxDb.js.map +1 -1
  229. package/kafka.d.ts +110 -128
  230. package/kafka.js +14 -2
  231. package/kafka.js.map +1 -1
  232. package/kafkaAcl.d.ts +15 -29
  233. package/kafkaAcl.js +0 -2
  234. package/kafkaAcl.js.map +1 -1
  235. package/kafkaConnect.d.ts +97 -134
  236. package/kafkaConnect.js +14 -4
  237. package/kafkaConnect.js.map +1 -1
  238. package/kafkaConnector.d.ts +34 -44
  239. package/kafkaConnector.js +8 -16
  240. package/kafkaConnector.js.map +1 -1
  241. package/kafkaMirrorMaker.d.ts +97 -131
  242. package/kafkaMirrorMaker.js +14 -4
  243. package/kafkaMirrorMaker.js.map +1 -1
  244. package/kafkaSchema.d.ts +45 -31
  245. package/kafkaSchema.js +28 -2
  246. package/kafkaSchema.js.map +1 -1
  247. package/kafkaSchemaConfiguration.d.ts +11 -31
  248. package/kafkaSchemaConfiguration.js +0 -5
  249. package/kafkaSchemaConfiguration.js.map +1 -1
  250. package/kafkaTopic.d.ts +58 -48
  251. package/kafkaTopic.js +28 -0
  252. package/kafkaTopic.js.map +1 -1
  253. package/m3aggregator.d.ts +97 -131
  254. package/m3aggregator.js +14 -4
  255. package/m3aggregator.js.map +1 -1
  256. package/m3db.d.ts +97 -131
  257. package/m3db.js +14 -4
  258. package/m3db.js.map +1 -1
  259. package/mirrorMakerReplicationFlow.d.ts +34 -40
  260. package/mirrorMakerReplicationFlow.js +1 -4
  261. package/mirrorMakerReplicationFlow.js.map +1 -1
  262. package/mySql.d.ts +104 -150
  263. package/mySql.js +14 -4
  264. package/mySql.js.map +1 -1
  265. package/openSearch.d.ts +101 -132
  266. package/openSearch.js +14 -4
  267. package/openSearch.js.map +1 -1
  268. package/openSearchAclConfig.d.ts +31 -29
  269. package/openSearchAclConfig.js +19 -8
  270. package/openSearchAclConfig.js.map +1 -1
  271. package/openSearchAclRule.d.ts +30 -35
  272. package/openSearchAclRule.js +15 -17
  273. package/openSearchAclRule.js.map +1 -1
  274. package/package.json +2 -2
  275. package/package.json.dev +2 -2
  276. package/pg.d.ts +101 -126
  277. package/pg.js +15 -0
  278. package/pg.js.map +1 -1
  279. package/project.d.ts +60 -121
  280. package/project.js +3 -5
  281. package/project.js.map +1 -1
  282. package/projectUser.d.ts +11 -19
  283. package/projectUser.js +0 -2
  284. package/projectUser.js.map +1 -1
  285. package/projectVpc.d.ts +11 -18
  286. package/projectVpc.js +0 -2
  287. package/projectVpc.js.map +1 -1
  288. package/redis.d.ts +99 -136
  289. package/redis.js +13 -3
  290. package/redis.js.map +1 -1
  291. package/service.d.ts +184 -121
  292. package/service.js +44 -21
  293. package/service.js.map +1 -1
  294. package/serviceIntegration.d.ts +18 -185
  295. package/serviceIntegration.js +4 -40
  296. package/serviceIntegration.js.map +1 -1
  297. package/serviceIntegrationEndpoint.d.ts +9 -49
  298. package/serviceIntegrationEndpoint.js +0 -34
  299. package/serviceIntegrationEndpoint.js.map +1 -1
  300. package/serviceUser.d.ts +45 -40
  301. package/serviceUser.js +2 -4
  302. package/serviceUser.js.map +1 -1
  303. package/staticIp.d.ts +95 -0
  304. package/staticIp.js +68 -0
  305. package/staticIp.js.map +1 -0
  306. package/transitGatewayVpcAttachment.d.ts +16 -19
  307. package/transitGatewayVpcAttachment.js +1 -4
  308. package/transitGatewayVpcAttachment.js.map +1 -1
  309. package/types/input.d.ts +1440 -9809
  310. package/types/output.d.ts +1744 -3691
  311. package/vpcPeeringConnection.d.ts +27 -58
  312. package/vpcPeeringConnection.js +0 -22
  313. package/vpcPeeringConnection.js.map +1 -1
package/getProject.d.ts CHANGED
@@ -1,7 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * ## # Project Data Source
4
- *
5
3
  * The Project data source provides information about the existing Aiven Project.
6
4
  *
7
5
  * ## Example Usage
@@ -21,125 +19,68 @@ export declare function getProject(args: GetProjectArgs, opts?: pulumi.InvokeOpt
21
19
  */
22
20
  export interface GetProjectArgs {
23
21
  /**
24
- * is an optional property to link a project to already an existing account by
25
- * using account ID.
22
+ * Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
26
23
  */
27
- accountId?: string;
24
+ project: string;
25
+ }
26
+ /**
27
+ * A collection of values returned by getProject.
28
+ */
29
+ export interface GetProjectResult {
28
30
  /**
29
- * is a computed property returning the amount of platform credits available to
30
- * the project. This could be your free trial or other promotional credits.
31
+ * An optional property to link a project to already an existing account by using account ID. To set up proper dependencies please refer to this variable as a reference.
31
32
  */
32
- availableCredits?: string;
33
- billingAddress?: string;
34
- billingCurrency?: string;
35
- billingEmails?: string[];
36
- billingExtraText?: string;
37
- billingGroup?: string;
33
+ readonly accountId: string;
38
34
  /**
39
- * is a computed property that can be used to read the CA certificate of the
40
- * project. This is required for configuring clients that connect to certain services like
41
- * Kafka. This value cannot be set, only read.
35
+ * If accountId is set, grant account owner team admin access to the new project. The default value is `true`.
42
36
  */
43
- caCert?: string;
37
+ readonly addAccountOwnersAdminAccess: boolean;
44
38
  /**
45
- * is either the full card UUID or the last 4 digits of the card. As the full
46
- * UUID is not shown in the UI it is typically easier to use the last 4 digits to identify
47
- * the card. This can be omitted if `copyFromProject` is used to copy billing info from
48
- * another project.
39
+ * The amount of platform credits available to the project. This could be your free trial or other promotional credits.
49
40
  */
50
- cardId?: string;
41
+ readonly availableCredits: string;
51
42
  /**
52
- * is the name of another project used to copy billing information and
53
- * some other project attributes like technical contacts from. This is mostly relevant when
54
- * an existing project has billing type set to invoice and that needs to be copied over to a
55
- * new project. (Setting billing is otherwise not allowed over the API.) This only has
56
- * effect when the project is created.
43
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing name and address of the project.
57
44
  */
58
- copyFromProject?: string;
59
- country?: string;
60
- countryCode?: string;
45
+ readonly billingAddress: string;
61
46
  /**
62
- * defines the default cloud provider and region where services are
63
- * hosted. This can be changed freely after the project is created. This will not affect existing
64
- * services.
47
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing currency.
65
48
  */
66
- defaultCloud?: string;
49
+ readonly billingCurrency: string;
67
50
  /**
68
- * is a computed property returning the current accumulated bill for this
69
- * project in the current billing period.
51
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing contact emails of the project.
70
52
  */
71
- estimatedBalance?: string;
53
+ readonly billingEmails: string[];
72
54
  /**
73
- * is a computed property returning the method of invoicing used for payments for
74
- * this project, e.g. "card".
55
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** Extra text to be included in all project invoices, e.g. purchase order or cost center number.
75
56
  */
76
- paymentMethod?: string;
57
+ readonly billingExtraText: string;
77
58
  /**
78
- * defines the name of the project. Name must be globally unique (between all
79
- * Aiven customers) and cannot be changed later without destroying and re-creating the
80
- * project, including all sub-resources.
59
+ * The id of the billing group that is linked to this project. To set up proper dependencies please refer to this variable as a reference.
81
60
  */
82
- project: string;
61
+ readonly billingGroup: string;
83
62
  /**
84
- * defines the email addresses that will receive alerts about
85
- * upcoming maintenance updates or warnings about service instability. It is a good practice to keep
86
- * this up-to-date to be aware of any potential issues with your project.
63
+ * The CA certificate of the project. This is required for configuring clients that connect to certain services like Kafka.
87
64
  */
88
- technicalEmails?: string[];
89
- useSourceProjectBillingGroup?: boolean;
90
- vatId?: string;
91
- }
92
- /**
93
- * A collection of values returned by getProject.
94
- */
95
- export interface GetProjectResult {
96
- /**
97
- * is an optional property to link a project to already an existing account by
98
- * using account ID.
99
- */
100
- readonly accountId?: string;
101
- /**
102
- * is a computed property returning the amount of platform credits available to
103
- * the project. This could be your free trial or other promotional credits.
104
- */
105
- readonly availableCredits: string;
106
- readonly billingAddress?: string;
107
- readonly billingCurrency?: string;
108
- readonly billingEmails?: string[];
109
- readonly billingExtraText?: string;
110
- readonly billingGroup?: string;
65
+ readonly caCert: string;
111
66
  /**
112
- * is a computed property that can be used to read the CA certificate of the
113
- * project. This is required for configuring clients that connect to certain services like
114
- * Kafka. This value cannot be set, only read.
67
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** Either the full card UUID or the last 4 digits of the card. As the full UUID is not shown in the UI it is typically easier to use the last 4 digits to identify the card. This can be omitted if `copyFromProject` is used to copy billing info from another project.
115
68
  */
116
- readonly caCert: string;
69
+ readonly cardId: string;
117
70
  /**
118
- * is either the full card UUID or the last 4 digits of the card. As the full
119
- * UUID is not shown in the UI it is typically easier to use the last 4 digits to identify
120
- * the card. This can be omitted if `copyFromProject` is used to copy billing info from
121
- * another project.
71
+ * is the name of another project used to copy billing information and some other project attributes like technical contacts from. This is mostly relevant when an existing project has billing type set to invoice and that needs to be copied over to a new project. (Setting billing is otherwise not allowed over the API.) This only has effect when the project is created. To set up proper dependencies please refer to this variable as a reference.
122
72
  */
123
- readonly cardId?: string;
73
+ readonly copyFromProject: string;
124
74
  /**
125
- * is the name of another project used to copy billing information and
126
- * some other project attributes like technical contacts from. This is mostly relevant when
127
- * an existing project has billing type set to invoice and that needs to be copied over to a
128
- * new project. (Setting billing is otherwise not allowed over the API.) This only has
129
- * effect when the project is created.
75
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** Billing country code of the project.
130
76
  */
131
- readonly copyFromProject?: string;
132
- readonly country: string;
133
- readonly countryCode?: string;
77
+ readonly countryCode: string;
134
78
  /**
135
- * defines the default cloud provider and region where services are
136
- * hosted. This can be changed freely after the project is created. This will not affect existing
137
- * services.
79
+ * Defines the default cloud provider and region where services are hosted. This can be changed freely after the project is created. This will not affect existing services.
138
80
  */
139
- readonly defaultCloud?: string;
81
+ readonly defaultCloud: string;
140
82
  /**
141
- * is a computed property returning the current accumulated bill for this
142
- * project in the current billing period.
83
+ * The current accumulated bill for this project in the current billing period.
143
84
  */
144
85
  readonly estimatedBalance: string;
145
86
  /**
@@ -147,19 +88,25 @@ export interface GetProjectResult {
147
88
  */
148
89
  readonly id: string;
149
90
  /**
150
- * is a computed property returning the method of invoicing used for payments for
151
- * this project, e.g. "card".
91
+ * The method of invoicing used for payments for this project, e.g. `card`.
152
92
  */
153
93
  readonly paymentMethod: string;
94
+ /**
95
+ * Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
96
+ */
154
97
  readonly project: string;
155
98
  /**
156
- * defines the email addresses that will receive alerts about
157
- * upcoming maintenance updates or warnings about service instability. It is a good practice to keep
158
- * this up-to-date to be aware of any potential issues with your project.
99
+ * Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability. It is good practice to keep this up-to-date to be aware of any potential issues with your project.
159
100
  */
160
- readonly technicalEmails?: string[];
161
- readonly useSourceProjectBillingGroup?: boolean;
162
- readonly vatId?: string;
101
+ readonly technicalEmails: string[];
102
+ /**
103
+ * Use the same billing group that is used in source project.
104
+ */
105
+ readonly useSourceProjectBillingGroup: boolean;
106
+ /**
107
+ * **DEPRECATED Please use aiven*billing*group resource to set this value.** EU VAT Identification Number.
108
+ */
109
+ readonly vatId: string;
163
110
  }
164
111
  export declare function getProjectOutput(args: GetProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectResult>;
165
112
  /**
@@ -167,71 +114,7 @@ export declare function getProjectOutput(args: GetProjectOutputArgs, opts?: pulu
167
114
  */
168
115
  export interface GetProjectOutputArgs {
169
116
  /**
170
- * is an optional property to link a project to already an existing account by
171
- * using account ID.
172
- */
173
- accountId?: pulumi.Input<string>;
174
- /**
175
- * is a computed property returning the amount of platform credits available to
176
- * the project. This could be your free trial or other promotional credits.
177
- */
178
- availableCredits?: pulumi.Input<string>;
179
- billingAddress?: pulumi.Input<string>;
180
- billingCurrency?: pulumi.Input<string>;
181
- billingEmails?: pulumi.Input<pulumi.Input<string>[]>;
182
- billingExtraText?: pulumi.Input<string>;
183
- billingGroup?: pulumi.Input<string>;
184
- /**
185
- * is a computed property that can be used to read the CA certificate of the
186
- * project. This is required for configuring clients that connect to certain services like
187
- * Kafka. This value cannot be set, only read.
188
- */
189
- caCert?: pulumi.Input<string>;
190
- /**
191
- * is either the full card UUID or the last 4 digits of the card. As the full
192
- * UUID is not shown in the UI it is typically easier to use the last 4 digits to identify
193
- * the card. This can be omitted if `copyFromProject` is used to copy billing info from
194
- * another project.
195
- */
196
- cardId?: pulumi.Input<string>;
197
- /**
198
- * is the name of another project used to copy billing information and
199
- * some other project attributes like technical contacts from. This is mostly relevant when
200
- * an existing project has billing type set to invoice and that needs to be copied over to a
201
- * new project. (Setting billing is otherwise not allowed over the API.) This only has
202
- * effect when the project is created.
203
- */
204
- copyFromProject?: pulumi.Input<string>;
205
- country?: pulumi.Input<string>;
206
- countryCode?: pulumi.Input<string>;
207
- /**
208
- * defines the default cloud provider and region where services are
209
- * hosted. This can be changed freely after the project is created. This will not affect existing
210
- * services.
211
- */
212
- defaultCloud?: pulumi.Input<string>;
213
- /**
214
- * is a computed property returning the current accumulated bill for this
215
- * project in the current billing period.
216
- */
217
- estimatedBalance?: pulumi.Input<string>;
218
- /**
219
- * is a computed property returning the method of invoicing used for payments for
220
- * this project, e.g. "card".
221
- */
222
- paymentMethod?: pulumi.Input<string>;
223
- /**
224
- * defines the name of the project. Name must be globally unique (between all
225
- * Aiven customers) and cannot be changed later without destroying and re-creating the
226
- * project, including all sub-resources.
117
+ * Defines the name of the project. Name must be globally unique (between all Aiven customers) and cannot be changed later without destroying and re-creating the project, including all sub-resources.
227
118
  */
228
119
  project: pulumi.Input<string>;
229
- /**
230
- * defines the email addresses that will receive alerts about
231
- * upcoming maintenance updates or warnings about service instability. It is a good practice to keep
232
- * this up-to-date to be aware of any potential issues with your project.
233
- */
234
- technicalEmails?: pulumi.Input<pulumi.Input<string>[]>;
235
- useSourceProjectBillingGroup?: pulumi.Input<boolean>;
236
- vatId?: pulumi.Input<string>;
237
120
  }
package/getProject.js CHANGED
@@ -6,8 +6,6 @@ exports.getProjectOutput = exports.getProject = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## # Project Data Source
10
- *
11
9
  * The Project data source provides information about the existing Aiven Project.
12
10
  *
13
11
  * ## Example Usage
@@ -27,25 +25,7 @@ function getProject(args, opts) {
27
25
  }
28
26
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
29
27
  return pulumi.runtime.invoke("aiven:index/getProject:getProject", {
30
- "accountId": args.accountId,
31
- "availableCredits": args.availableCredits,
32
- "billingAddress": args.billingAddress,
33
- "billingCurrency": args.billingCurrency,
34
- "billingEmails": args.billingEmails,
35
- "billingExtraText": args.billingExtraText,
36
- "billingGroup": args.billingGroup,
37
- "caCert": args.caCert,
38
- "cardId": args.cardId,
39
- "copyFromProject": args.copyFromProject,
40
- "country": args.country,
41
- "countryCode": args.countryCode,
42
- "defaultCloud": args.defaultCloud,
43
- "estimatedBalance": args.estimatedBalance,
44
- "paymentMethod": args.paymentMethod,
45
28
  "project": args.project,
46
- "technicalEmails": args.technicalEmails,
47
- "useSourceProjectBillingGroup": args.useSourceProjectBillingGroup,
48
- "vatId": args.vatId,
49
29
  }, opts);
50
30
  }
51
31
  exports.getProject = getProject;
package/getProject.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,8BAA8B,EAAE,IAAI,CAAC,4BAA4B;QACjE,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AA3BD,gCA2BC;AAqJD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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"}
1
+ {"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AAkGD,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,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"}
@@ -1,7 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * ## # Project User Data Source
4
- *
5
3
  * The Project User data source provides information about the existing Aiven Project User.
6
4
  *
7
5
  * ## Example Usage
@@ -22,22 +20,11 @@ export declare function getProjectUser(args: GetProjectUserArgs, opts?: pulumi.I
22
20
  */
23
21
  export interface GetProjectUserArgs {
24
22
  /**
25
- * is a computed property tells whether the user has accepted the request to join
26
- * the project; adding user to a project sends an invitation to the target user and the
27
- * actual membership is only created once the user accepts the invitation. This property
28
- * cannot be set, only read.
29
- */
30
- accepted?: boolean;
31
- /**
32
- * identifies the email address of the user.
23
+ * Email address of the user. This property cannot be changed, doing so forces recreation of the resource.
33
24
  */
34
25
  email: string;
35
26
  /**
36
- * (Required) defines the access level the user has to the project.
37
- */
38
- memberType?: string;
39
- /**
40
- * defines the project the user is a member of.
27
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
41
28
  */
42
29
  project: string;
43
30
  }
@@ -46,21 +33,24 @@ export interface GetProjectUserArgs {
46
33
  */
47
34
  export interface GetProjectUserResult {
48
35
  /**
49
- * is a computed property tells whether the user has accepted the request to join
50
- * the project; adding user to a project sends an invitation to the target user and the
51
- * actual membership is only created once the user accepts the invitation. This property
52
- * cannot be set, only read.
36
+ * Whether the user has accepted the request to join the project; adding user to a project sends an invitation to the target user and the actual membership is only created once the user accepts the invitation.
53
37
  */
54
38
  readonly accepted: boolean;
39
+ /**
40
+ * Email address of the user. This property cannot be changed, doing so forces recreation of the resource.
41
+ */
55
42
  readonly email: string;
56
43
  /**
57
44
  * The provider-assigned unique ID for this managed resource.
58
45
  */
59
46
  readonly id: string;
60
47
  /**
61
- * (Required) defines the access level the user has to the project.
48
+ * Project membership type. The possible values are `admin`, `developer` and `operator`.
49
+ */
50
+ readonly memberType: string;
51
+ /**
52
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
62
53
  */
63
- readonly memberType?: string;
64
54
  readonly project: string;
65
55
  }
66
56
  export declare function getProjectUserOutput(args: GetProjectUserOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectUserResult>;
@@ -69,22 +59,11 @@ export declare function getProjectUserOutput(args: GetProjectUserOutputArgs, opt
69
59
  */
70
60
  export interface GetProjectUserOutputArgs {
71
61
  /**
72
- * is a computed property tells whether the user has accepted the request to join
73
- * the project; adding user to a project sends an invitation to the target user and the
74
- * actual membership is only created once the user accepts the invitation. This property
75
- * cannot be set, only read.
76
- */
77
- accepted?: pulumi.Input<boolean>;
78
- /**
79
- * identifies the email address of the user.
62
+ * Email address of the user. This property cannot be changed, doing so forces recreation of the resource.
80
63
  */
81
64
  email: pulumi.Input<string>;
82
65
  /**
83
- * (Required) defines the access level the user has to the project.
84
- */
85
- memberType?: pulumi.Input<string>;
86
- /**
87
- * defines the project the user is a member of.
66
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
88
67
  */
89
68
  project: pulumi.Input<string>;
90
69
  }
package/getProjectUser.js CHANGED
@@ -6,8 +6,6 @@ exports.getProjectUserOutput = exports.getProjectUser = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## # Project User Data Source
10
- *
11
9
  * The Project User data source provides information about the existing Aiven Project User.
12
10
  *
13
11
  * ## Example Usage
@@ -28,9 +26,7 @@ function getProjectUser(args, opts) {
28
26
  }
29
27
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
30
28
  return pulumi.runtime.invoke("aiven:index/getProjectUser:getProjectUser", {
31
- "accepted": args.accepted,
32
29
  "email": args.email,
33
- "memberType": args.memberType,
34
30
  "project": args.project,
35
31
  }, opts);
36
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectUser.js","sourceRoot":"","sources":["../getProjectUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,wCAYC;AAkDD,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"}
1
+ {"version":3,"file":"getProjectUser.js","sourceRoot":"","sources":["../getProjectUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,wCAUC;AA0CD,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"}
@@ -1,7 +1,5 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * ## # Project VPC Data Source
4
- *
5
3
  * The Project VPC data source provides information about the existing Aiven Project VPC.
6
4
  *
7
5
  * ## Example Usage
@@ -22,41 +20,36 @@ export declare function getProjectVpc(args: GetProjectVpcArgs, opts?: pulumi.Inv
22
20
  */
23
21
  export interface GetProjectVpcArgs {
24
22
  /**
25
- * defines where the cloud provider and region where the service is hosted
26
- * in. See the Service resource for additional information.
23
+ * Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
27
24
  */
28
25
  cloudName: string;
29
26
  /**
30
- * defines the network CIDR of the VPC.
31
- */
32
- networkCidr?: string;
33
- /**
34
- * defines the project the VPC belongs to.
27
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
35
28
  */
36
29
  project: string;
37
- /**
38
- * ia a computed property that tells the current state of the VPC. This property cannot be
39
- * set, only read.
40
- */
41
- state?: string;
42
30
  }
43
31
  /**
44
32
  * A collection of values returned by getProjectVpc.
45
33
  */
46
34
  export interface GetProjectVpcResult {
35
+ /**
36
+ * Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
37
+ */
47
38
  readonly cloudName: string;
48
39
  /**
49
40
  * The provider-assigned unique ID for this managed resource.
50
41
  */
51
42
  readonly id: string;
52
43
  /**
53
- * defines the network CIDR of the VPC.
44
+ * Network address range used by the VPC like 192.168.0.0/24
45
+ */
46
+ readonly networkCidr: string;
47
+ /**
48
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
54
49
  */
55
- readonly networkCidr?: string;
56
50
  readonly project: string;
57
51
  /**
58
- * ia a computed property that tells the current state of the VPC. This property cannot be
59
- * set, only read.
52
+ * State of the VPC. The possible values are `APPROVED`, `ACTIVE`, `DELETING` and `DELETED`.
60
53
  */
61
54
  readonly state: string;
62
55
  }
@@ -66,21 +59,11 @@ export declare function getProjectVpcOutput(args: GetProjectVpcOutputArgs, opts?
66
59
  */
67
60
  export interface GetProjectVpcOutputArgs {
68
61
  /**
69
- * defines where the cloud provider and region where the service is hosted
70
- * in. See the Service resource for additional information.
62
+ * Defines where the cloud provider and region where the service is hosted in. See the Service resource for additional information. This property cannot be changed, doing so forces recreation of the resource.
71
63
  */
72
64
  cloudName: pulumi.Input<string>;
73
65
  /**
74
- * defines the network CIDR of the VPC.
75
- */
76
- networkCidr?: pulumi.Input<string>;
77
- /**
78
- * defines the project the VPC belongs to.
66
+ * Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. This property cannot be changed, doing so forces recreation of the resource.
79
67
  */
80
68
  project: pulumi.Input<string>;
81
- /**
82
- * ia a computed property that tells the current state of the VPC. This property cannot be
83
- * set, only read.
84
- */
85
- state?: pulumi.Input<string>;
86
69
  }
package/getProjectVpc.js CHANGED
@@ -6,8 +6,6 @@ exports.getProjectVpcOutput = exports.getProjectVpc = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * ## # Project VPC Data Source
10
- *
11
9
  * The Project VPC data source provides information about the existing Aiven Project VPC.
12
10
  *
13
11
  * ## Example Usage
@@ -29,9 +27,7 @@ function getProjectVpc(args, opts) {
29
27
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
30
28
  return pulumi.runtime.invoke("aiven:index/getProjectVpc:getProjectVpc", {
31
29
  "cloudName": args.cloudName,
32
- "networkCidr": args.networkCidr,
33
30
  "project": args.project,
34
- "state": args.state,
35
31
  }, opts);
36
32
  }
37
33
  exports.getProjectVpc = getProjectVpc;
@@ -1 +1 @@
1
- {"version":3,"file":"getProjectVpc.js","sourceRoot":"","sources":["../getProjectVpc.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,sCAYC;AA+CD,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"}
1
+ {"version":3,"file":"getProjectVpc.js","sourceRoot":"","sources":["../getProjectVpc.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,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,sCAUC;AA0CD,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"}