pulumi-gcp 8.41.0a1755723613__py3-none-any.whl → 8.41.1__py3-none-any.whl

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 (310) hide show
  1. pulumi_gcp/__init__.py +8 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
  6. pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
  8. pulumi_gcp/apigateway/api_iam_binding.py +2 -0
  9. pulumi_gcp/apigateway/api_iam_member.py +2 -0
  10. pulumi_gcp/apigateway/api_iam_policy.py +2 -0
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
  12. pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
  14. pulumi_gcp/apigee/environment_iam_binding.py +2 -0
  15. pulumi_gcp/apigee/environment_iam_member.py +2 -0
  16. pulumi_gcp/apigee/environment_iam_policy.py +2 -0
  17. pulumi_gcp/artifactregistry/__init__.py +2 -0
  18. pulumi_gcp/artifactregistry/get_tag.py +187 -0
  19. pulumi_gcp/artifactregistry/get_tags.py +200 -0
  20. pulumi_gcp/artifactregistry/outputs.py +30 -0
  21. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
  22. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
  23. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
  24. pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
  25. pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
  26. pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
  27. pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
  28. pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
  29. pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
  30. pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
  31. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
  32. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
  33. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
  34. pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
  35. pulumi_gcp/bigquery/connection_iam_member.py +2 -0
  36. pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
  37. pulumi_gcp/bigquery/iam_binding.py +2 -0
  38. pulumi_gcp/bigquery/iam_member.py +2 -0
  39. pulumi_gcp/bigquery/iam_policy.py +2 -0
  40. pulumi_gcp/bigquery/reservation.py +535 -0
  41. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
  43. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
  44. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
  45. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
  46. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
  47. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
  48. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
  49. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
  50. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
  51. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
  52. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
  53. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
  54. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
  55. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
  56. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
  57. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
  58. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
  59. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
  60. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
  61. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
  62. pulumi_gcp/clouddeploy/_inputs.py +48 -48
  63. pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
  64. pulumi_gcp/clouddeploy/outputs.py +32 -32
  65. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
  66. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
  67. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
  68. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
  69. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
  70. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
  71. pulumi_gcp/cloudrun/iam_binding.py +2 -0
  72. pulumi_gcp/cloudrun/iam_member.py +2 -0
  73. pulumi_gcp/cloudrun/iam_policy.py +2 -0
  74. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
  75. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
  76. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
  77. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
  78. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
  79. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
  80. pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
  81. pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
  82. pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
  83. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
  84. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
  85. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
  86. pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
  87. pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
  88. pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
  89. pulumi_gcp/compute/disk_iam_binding.py +2 -0
  90. pulumi_gcp/compute/disk_iam_member.py +2 -0
  91. pulumi_gcp/compute/disk_iam_policy.py +2 -0
  92. pulumi_gcp/compute/image_iam_binding.py +2 -0
  93. pulumi_gcp/compute/image_iam_member.py +2 -0
  94. pulumi_gcp/compute/image_iam_policy.py +2 -0
  95. pulumi_gcp/compute/instance_iam_binding.py +2 -0
  96. pulumi_gcp/compute/instance_iam_member.py +2 -0
  97. pulumi_gcp/compute/instance_iam_policy.py +2 -0
  98. pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
  99. pulumi_gcp/compute/instance_template_iam_member.py +2 -0
  100. pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
  101. pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
  102. pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
  103. pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
  104. pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
  105. pulumi_gcp/compute/machine_image_iam_member.py +2 -0
  106. pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
  107. pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
  108. pulumi_gcp/compute/region_disk_iam_member.py +2 -0
  109. pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
  110. pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
  111. pulumi_gcp/compute/snapshot_iam_member.py +2 -0
  112. pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
  113. pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
  114. pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
  115. pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
  116. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
  117. pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
  118. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
  119. pulumi_gcp/config/__init__.pyi +0 -4
  120. pulumi_gcp/config/vars.py +0 -8
  121. pulumi_gcp/container/_inputs.py +1728 -42
  122. pulumi_gcp/container/outputs.py +1935 -16
  123. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
  124. pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
  125. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
  126. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
  127. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
  128. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
  129. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
  130. pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
  131. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
  132. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
  133. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
  134. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
  135. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
  136. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
  137. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
  138. pulumi_gcp/datafusion/instance.py +18 -4
  139. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
  140. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
  141. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
  142. pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
  143. pulumi_gcp/dataplex/asset_iam_member.py +2 -0
  144. pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
  145. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
  146. pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
  147. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
  148. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
  149. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
  150. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
  151. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
  152. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
  153. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
  154. pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
  155. pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
  156. pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
  157. pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
  158. pulumi_gcp/dataplex/lake_iam_member.py +2 -0
  159. pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
  160. pulumi_gcp/dataplex/task_iam_binding.py +2 -0
  161. pulumi_gcp/dataplex/task_iam_member.py +2 -0
  162. pulumi_gcp/dataplex/task_iam_policy.py +2 -0
  163. pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
  164. pulumi_gcp/dataplex/zone_iam_member.py +2 -0
  165. pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
  166. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
  167. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
  168. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
  169. pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
  170. pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
  171. pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
  172. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
  173. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
  174. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
  175. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
  176. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
  177. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
  178. pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
  179. pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
  180. pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
  181. pulumi_gcp/diagflow/__init__.py +1 -0
  182. pulumi_gcp/diagflow/_inputs.py +2661 -0
  183. pulumi_gcp/diagflow/conversation_profile.py +959 -0
  184. pulumi_gcp/diagflow/outputs.py +2213 -0
  185. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
  186. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
  187. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
  188. pulumi_gcp/endpoints/service_iam_binding.py +2 -0
  189. pulumi_gcp/endpoints/service_iam_member.py +2 -0
  190. pulumi_gcp/endpoints/service_iam_policy.py +2 -0
  191. pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
  192. pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
  193. pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
  194. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
  195. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
  196. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
  197. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
  198. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
  199. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
  200. pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
  201. pulumi_gcp/gkehub/feature_iam_member.py +2 -0
  202. pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
  203. pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
  204. pulumi_gcp/gkehub/membership_iam_member.py +2 -0
  205. pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
  206. pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
  207. pulumi_gcp/gkehub/scope_iam_member.py +2 -0
  208. pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
  209. pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
  210. pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
  211. pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
  212. pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
  213. pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
  214. pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
  215. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
  216. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
  217. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
  218. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
  219. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
  220. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
  221. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
  222. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
  223. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
  224. pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
  225. pulumi_gcp/iap/tunnel_iam_member.py +2 -0
  226. pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
  227. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
  228. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
  229. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
  230. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
  231. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
  232. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
  233. pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
  234. pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
  235. pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
  236. pulumi_gcp/iap/web_iam_binding.py +2 -0
  237. pulumi_gcp/iap/web_iam_member.py +2 -0
  238. pulumi_gcp/iap/web_iam_policy.py +2 -0
  239. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
  240. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
  241. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
  242. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
  243. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
  244. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
  245. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
  246. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
  247. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
  248. pulumi_gcp/kms/crypto_key.py +7 -0
  249. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
  250. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
  251. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
  252. pulumi_gcp/kms/outputs.py +2 -0
  253. pulumi_gcp/logging/log_view_iam_binding.py +2 -0
  254. pulumi_gcp/logging/log_view_iam_member.py +2 -0
  255. pulumi_gcp/logging/log_view_iam_policy.py +2 -0
  256. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
  257. pulumi_gcp/notebooks/instance.py +18 -18
  258. pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
  259. pulumi_gcp/notebooks/instance_iam_member.py +2 -0
  260. pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
  261. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
  262. pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
  263. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
  264. pulumi_gcp/organizations/folder.py +56 -0
  265. pulumi_gcp/organizations/get_folder.py +29 -1
  266. pulumi_gcp/projects/api_key.py +88 -1
  267. pulumi_gcp/provider.py +0 -40
  268. pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
  269. pulumi_gcp/pubsub/schema_iam_member.py +2 -0
  270. pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
  271. pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
  272. pulumi_gcp/pubsub/topic_iam_member.py +2 -0
  273. pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
  274. pulumi_gcp/pulumi-plugin.json +1 -1
  275. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
  276. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
  277. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
  278. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
  279. pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
  280. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
  281. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
  282. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
  283. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
  284. pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
  285. pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
  286. pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
  287. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
  288. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
  289. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
  290. pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
  291. pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
  292. pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
  293. pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
  294. pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
  295. pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
  296. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
  297. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
  298. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
  299. pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
  300. pulumi_gcp/tags/tag_key_iam_member.py +2 -0
  301. pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
  302. pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
  303. pulumi_gcp/tags/tag_value_iam_member.py +2 -0
  304. pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
  305. pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
  306. pulumi_gcp/vertex/ai_index.py +21 -7
  307. {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/METADATA +1 -1
  308. {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/RECORD +310 -307
  309. {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/WHEEL +0 -0
  310. {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/top_level.txt +0 -0
@@ -336,10 +336,14 @@ class InstanceIamBinding(pulumi.CustomResource):
336
336
  name="my-instance",
337
337
  key_ring=key_ring.id)
338
338
  project = gcp.organizations.get_project()
339
- crypto_key_member = gcp.kms.CryptoKeyIAMMember("crypto_key_member",
339
+ crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
340
340
  crypto_key_id=crypto_key.id,
341
341
  role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
342
342
  member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
343
+ crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
344
+ crypto_key_id=crypto_key.id,
345
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
346
+ member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
343
347
  cmek = gcp.datafusion.Instance("cmek",
344
348
  name="my-instance",
345
349
  region="us-central1",
@@ -347,7 +351,10 @@ class InstanceIamBinding(pulumi.CustomResource):
347
351
  crypto_key_config={
348
352
  "key_reference": crypto_key.id,
349
353
  },
350
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
354
+ opts = pulumi.ResourceOptions(depends_on=[
355
+ crypto_key_member_cdf_sa,
356
+ crypto_key_member_gcs_sa,
357
+ ]))
351
358
  ```
352
359
  ### Data Fusion Instance Enterprise
353
360
 
@@ -540,10 +547,14 @@ class InstanceIamBinding(pulumi.CustomResource):
540
547
  name="my-instance",
541
548
  key_ring=key_ring.id)
542
549
  project = gcp.organizations.get_project()
543
- crypto_key_member = gcp.kms.CryptoKeyIAMMember("crypto_key_member",
550
+ crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
544
551
  crypto_key_id=crypto_key.id,
545
552
  role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
546
553
  member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
554
+ crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
555
+ crypto_key_id=crypto_key.id,
556
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
557
+ member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
547
558
  cmek = gcp.datafusion.Instance("cmek",
548
559
  name="my-instance",
549
560
  region="us-central1",
@@ -551,7 +562,10 @@ class InstanceIamBinding(pulumi.CustomResource):
551
562
  crypto_key_config={
552
563
  "key_reference": crypto_key.id,
553
564
  },
554
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
565
+ opts = pulumi.ResourceOptions(depends_on=[
566
+ crypto_key_member_cdf_sa,
567
+ crypto_key_member_gcs_sa,
568
+ ]))
555
569
  ```
556
570
  ### Data Fusion Instance Enterprise
557
571
 
@@ -336,10 +336,14 @@ class InstanceIamMember(pulumi.CustomResource):
336
336
  name="my-instance",
337
337
  key_ring=key_ring.id)
338
338
  project = gcp.organizations.get_project()
339
- crypto_key_member = gcp.kms.CryptoKeyIAMMember("crypto_key_member",
339
+ crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
340
340
  crypto_key_id=crypto_key.id,
341
341
  role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
342
342
  member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
343
+ crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
344
+ crypto_key_id=crypto_key.id,
345
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
346
+ member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
343
347
  cmek = gcp.datafusion.Instance("cmek",
344
348
  name="my-instance",
345
349
  region="us-central1",
@@ -347,7 +351,10 @@ class InstanceIamMember(pulumi.CustomResource):
347
351
  crypto_key_config={
348
352
  "key_reference": crypto_key.id,
349
353
  },
350
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
354
+ opts = pulumi.ResourceOptions(depends_on=[
355
+ crypto_key_member_cdf_sa,
356
+ crypto_key_member_gcs_sa,
357
+ ]))
351
358
  ```
352
359
  ### Data Fusion Instance Enterprise
353
360
 
@@ -540,10 +547,14 @@ class InstanceIamMember(pulumi.CustomResource):
540
547
  name="my-instance",
541
548
  key_ring=key_ring.id)
542
549
  project = gcp.organizations.get_project()
543
- crypto_key_member = gcp.kms.CryptoKeyIAMMember("crypto_key_member",
550
+ crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
544
551
  crypto_key_id=crypto_key.id,
545
552
  role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
546
553
  member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
554
+ crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
555
+ crypto_key_id=crypto_key.id,
556
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
557
+ member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
547
558
  cmek = gcp.datafusion.Instance("cmek",
548
559
  name="my-instance",
549
560
  region="us-central1",
@@ -551,7 +562,10 @@ class InstanceIamMember(pulumi.CustomResource):
551
562
  crypto_key_config={
552
563
  "key_reference": crypto_key.id,
553
564
  },
554
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
565
+ opts = pulumi.ResourceOptions(depends_on=[
566
+ crypto_key_member_cdf_sa,
567
+ crypto_key_member_gcs_sa,
568
+ ]))
555
569
  ```
556
570
  ### Data Fusion Instance Enterprise
557
571
 
@@ -285,10 +285,14 @@ class InstanceIamPolicy(pulumi.CustomResource):
285
285
  name="my-instance",
286
286
  key_ring=key_ring.id)
287
287
  project = gcp.organizations.get_project()
288
- crypto_key_member = gcp.kms.CryptoKeyIAMMember("crypto_key_member",
288
+ crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
289
289
  crypto_key_id=crypto_key.id,
290
290
  role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
291
291
  member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
292
+ crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
293
+ crypto_key_id=crypto_key.id,
294
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
295
+ member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
292
296
  cmek = gcp.datafusion.Instance("cmek",
293
297
  name="my-instance",
294
298
  region="us-central1",
@@ -296,7 +300,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
296
300
  crypto_key_config={
297
301
  "key_reference": crypto_key.id,
298
302
  },
299
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
303
+ opts = pulumi.ResourceOptions(depends_on=[
304
+ crypto_key_member_cdf_sa,
305
+ crypto_key_member_gcs_sa,
306
+ ]))
300
307
  ```
301
308
  ### Data Fusion Instance Enterprise
302
309
 
@@ -489,10 +496,14 @@ class InstanceIamPolicy(pulumi.CustomResource):
489
496
  name="my-instance",
490
497
  key_ring=key_ring.id)
491
498
  project = gcp.organizations.get_project()
492
- crypto_key_member = gcp.kms.CryptoKeyIAMMember("crypto_key_member",
499
+ crypto_key_member_cdf_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_cdf_sa",
493
500
  crypto_key_id=crypto_key.id,
494
501
  role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
495
502
  member=f"serviceAccount:service-{project.number}@gcp-sa-datafusion.iam.gserviceaccount.com")
503
+ crypto_key_member_gcs_sa = gcp.kms.CryptoKeyIAMMember("crypto_key_member_gcs_sa",
504
+ crypto_key_id=crypto_key.id,
505
+ role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
506
+ member=f"serviceAccount:service-{project.number}@gs-project-accounts.iam.gserviceaccount.com")
496
507
  cmek = gcp.datafusion.Instance("cmek",
497
508
  name="my-instance",
498
509
  region="us-central1",
@@ -500,7 +511,10 @@ class InstanceIamPolicy(pulumi.CustomResource):
500
511
  crypto_key_config={
501
512
  "key_reference": crypto_key.id,
502
513
  },
503
- opts = pulumi.ResourceOptions(depends_on=[crypto_key_member]))
514
+ opts = pulumi.ResourceOptions(depends_on=[
515
+ crypto_key_member_cdf_sa,
516
+ crypto_key_member_gcs_sa,
517
+ ]))
504
518
  ```
505
519
  ### Data Fusion Instance Enterprise
506
520
 
@@ -310,6 +310,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
310
310
  ---
311
311
 
312
312
  # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
313
+
313
314
  Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
314
315
 
315
316
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
@@ -483,6 +484,7 @@ class V2OrganizationSourceIamBinding(pulumi.CustomResource):
483
484
  ---
484
485
 
485
486
  # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
487
+
486
488
  Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
487
489
 
488
490
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
@@ -310,6 +310,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
310
310
  ---
311
311
 
312
312
  # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
313
+
313
314
  Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
314
315
 
315
316
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
@@ -483,6 +484,7 @@ class V2OrganizationSourceIamMember(pulumi.CustomResource):
483
484
  ---
484
485
 
485
486
  # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
487
+
486
488
  Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
487
489
 
488
490
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
@@ -207,6 +207,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
207
207
  ---
208
208
 
209
209
  # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
210
+
210
211
  Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
211
212
 
212
213
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
@@ -368,6 +369,7 @@ class V2OrganizationSourceIamPolicy(pulumi.CustomResource):
368
369
  ---
369
370
 
370
371
  # IAM policy for Security Command Center (SCC) v2 API OrganizationSource
372
+
371
373
  Three different resources help you manage your IAM policy for Security Command Center (SCC) v2 API OrganizationSource. Each of these resources serves a different use case:
372
374
 
373
375
  * `securitycenter.V2OrganizationSourceIamPolicy`: Authoritative. Sets the IAM policy for the organizationsource and replaces any existing policy already attached.
@@ -287,6 +287,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
287
287
  ---
288
288
 
289
289
  # IAM policy for Service Directory Namespace
290
+
290
291
  Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
291
292
 
292
293
  * `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
@@ -460,6 +461,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
460
461
  ---
461
462
 
462
463
  # IAM policy for Service Directory Namespace
464
+
463
465
  Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
464
466
 
465
467
  * `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
@@ -287,6 +287,7 @@ class NamespaceIamMember(pulumi.CustomResource):
287
287
  ---
288
288
 
289
289
  # IAM policy for Service Directory Namespace
290
+
290
291
  Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
291
292
 
292
293
  * `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
@@ -460,6 +461,7 @@ class NamespaceIamMember(pulumi.CustomResource):
460
461
  ---
461
462
 
462
463
  # IAM policy for Service Directory Namespace
464
+
463
465
  Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
464
466
 
465
467
  * `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
@@ -184,6 +184,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
184
184
  ---
185
185
 
186
186
  # IAM policy for Service Directory Namespace
187
+
187
188
  Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
188
189
 
189
190
  * `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
@@ -345,6 +346,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
345
346
  ---
346
347
 
347
348
  # IAM policy for Service Directory Namespace
349
+
348
350
  Three different resources help you manage your IAM policy for Service Directory Namespace. Each of these resources serves a different use case:
349
351
 
350
352
  * `servicedirectory.NamespaceIamPolicy`: Authoritative. Sets the IAM policy for the namespace and replaces any existing policy already attached.
@@ -287,6 +287,7 @@ class ServiceIamBinding(pulumi.CustomResource):
287
287
  ---
288
288
 
289
289
  # IAM policy for Service Directory Service
290
+
290
291
  Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
291
292
 
292
293
  * `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
@@ -460,6 +461,7 @@ class ServiceIamBinding(pulumi.CustomResource):
460
461
  ---
461
462
 
462
463
  # IAM policy for Service Directory Service
464
+
463
465
  Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
464
466
 
465
467
  * `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
@@ -287,6 +287,7 @@ class ServiceIamMember(pulumi.CustomResource):
287
287
  ---
288
288
 
289
289
  # IAM policy for Service Directory Service
290
+
290
291
  Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
291
292
 
292
293
  * `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
@@ -460,6 +461,7 @@ class ServiceIamMember(pulumi.CustomResource):
460
461
  ---
461
462
 
462
463
  # IAM policy for Service Directory Service
464
+
463
465
  Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
464
466
 
465
467
  * `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
@@ -184,6 +184,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
184
184
  ---
185
185
 
186
186
  # IAM policy for Service Directory Service
187
+
187
188
  Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
188
189
 
189
190
  * `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
@@ -345,6 +346,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
345
346
  ---
346
347
 
347
348
  # IAM policy for Service Directory Service
349
+
348
350
  Three different resources help you manage your IAM policy for Service Directory Service. Each of these resources serves a different use case:
349
351
 
350
352
  * `servicedirectory.ServiceIamPolicy`: Authoritative. Sets the IAM policy for the service and replaces any existing policy already attached.
@@ -325,6 +325,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
325
325
  -
326
326
 
327
327
  # IAM policy for Cloud Source Repositories Repository
328
+
328
329
  Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
329
330
 
330
331
  * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
@@ -503,6 +504,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
503
504
  -
504
505
 
505
506
  # IAM policy for Cloud Source Repositories Repository
507
+
506
508
  Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
507
509
 
508
510
  * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
@@ -325,6 +325,7 @@ class RepositoryIamMember(pulumi.CustomResource):
325
325
  -
326
326
 
327
327
  # IAM policy for Cloud Source Repositories Repository
328
+
328
329
  Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
329
330
 
330
331
  * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
@@ -503,6 +504,7 @@ class RepositoryIamMember(pulumi.CustomResource):
503
504
  -
504
505
 
505
506
  # IAM policy for Cloud Source Repositories Repository
507
+
506
508
  Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
507
509
 
508
510
  * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
@@ -222,6 +222,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
222
222
  -
223
223
 
224
224
  # IAM policy for Cloud Source Repositories Repository
225
+
225
226
  Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
226
227
 
227
228
  * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
@@ -388,6 +389,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
388
389
  -
389
390
 
390
391
  # IAM policy for Cloud Source Repositories Repository
392
+
391
393
  Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
392
394
 
393
395
  * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
@@ -286,6 +286,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
286
286
  ---
287
287
 
288
288
  # IAM policy for Tags TagKey
289
+
289
290
  Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
290
291
 
291
292
  * `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
@@ -457,6 +458,7 @@ class TagKeyIamBinding(pulumi.CustomResource):
457
458
  ---
458
459
 
459
460
  # IAM policy for Tags TagKey
461
+
460
462
  Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
461
463
 
462
464
  * `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
@@ -286,6 +286,7 @@ class TagKeyIamMember(pulumi.CustomResource):
286
286
  ---
287
287
 
288
288
  # IAM policy for Tags TagKey
289
+
289
290
  Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
290
291
 
291
292
  * `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
@@ -457,6 +458,7 @@ class TagKeyIamMember(pulumi.CustomResource):
457
458
  ---
458
459
 
459
460
  # IAM policy for Tags TagKey
461
+
460
462
  Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
461
463
 
462
464
  * `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
@@ -183,6 +183,7 @@ class TagKeyIamPolicy(pulumi.CustomResource):
183
183
  ---
184
184
 
185
185
  # IAM policy for Tags TagKey
186
+
186
187
  Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
187
188
 
188
189
  * `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
@@ -342,6 +343,7 @@ class TagKeyIamPolicy(pulumi.CustomResource):
342
343
  ---
343
344
 
344
345
  # IAM policy for Tags TagKey
346
+
345
347
  Three different resources help you manage your IAM policy for Tags TagKey. Each of these resources serves a different use case:
346
348
 
347
349
  * `tags.TagKeyIamPolicy`: Authoritative. Sets the IAM policy for the tagkey and replaces any existing policy already attached.
@@ -286,6 +286,7 @@ class TagValueIamBinding(pulumi.CustomResource):
286
286
  ---
287
287
 
288
288
  # IAM policy for Tags TagValue
289
+
289
290
  Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
290
291
 
291
292
  * `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
@@ -457,6 +458,7 @@ class TagValueIamBinding(pulumi.CustomResource):
457
458
  ---
458
459
 
459
460
  # IAM policy for Tags TagValue
461
+
460
462
  Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
461
463
 
462
464
  * `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
@@ -286,6 +286,7 @@ class TagValueIamMember(pulumi.CustomResource):
286
286
  ---
287
287
 
288
288
  # IAM policy for Tags TagValue
289
+
289
290
  Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
290
291
 
291
292
  * `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
@@ -457,6 +458,7 @@ class TagValueIamMember(pulumi.CustomResource):
457
458
  ---
458
459
 
459
460
  # IAM policy for Tags TagValue
461
+
460
462
  Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
461
463
 
462
464
  * `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
@@ -183,6 +183,7 @@ class TagValueIamPolicy(pulumi.CustomResource):
183
183
  ---
184
184
 
185
185
  # IAM policy for Tags TagValue
186
+
186
187
  Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
187
188
 
188
189
  * `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
@@ -342,6 +343,7 @@ class TagValueIamPolicy(pulumi.CustomResource):
342
343
  ---
343
344
 
344
345
  # IAM policy for Tags TagValue
346
+
345
347
  Three different resources help you manage your IAM policy for Tags TagValue. Each of these resources serves a different use case:
346
348
 
347
349
  * `tags.TagValueIamPolicy`: Authoritative. Sets the IAM policy for the tagvalue and replaces any existing policy already attached.
@@ -83,6 +83,11 @@ def get_tensorflow_versions(project: Optional[_builtins.str] = None,
83
83
  zone: Optional[_builtins.str] = None,
84
84
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTensorflowVersionsResult:
85
85
  """
86
+ > **Warning:**
87
+ `tpu_get_tensorflow_versions` is deprecated and will be removed in a future major release.
88
+ Use `tpu_get_v2_runtime_versions` instead. For moving from TPU Node to TPU VM architecture, see
89
+ https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#from-tpu-node-to-tpu-vm.
90
+
86
91
  Get TensorFlow versions available for a project. For more information see the [official documentation](https://cloud.google.com/tpu/docs/) and [API](https://cloud.google.com/tpu/docs/reference/rest/v1/projects.locations.tensorflowVersions).
87
92
 
88
93
  ## Example Usage
@@ -130,6 +135,11 @@ def get_tensorflow_versions_output(project: Optional[pulumi.Input[Optional[_buil
130
135
  zone: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
131
136
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTensorflowVersionsResult]:
132
137
  """
138
+ > **Warning:**
139
+ `tpu_get_tensorflow_versions` is deprecated and will be removed in a future major release.
140
+ Use `tpu_get_v2_runtime_versions` instead. For moving from TPU Node to TPU VM architecture, see
141
+ https://cloud.google.com/tpu/docs/system-architecture-tpu-vm#from-tpu-node-to-tpu-vm.
142
+
133
143
  Get TensorFlow versions available for a project. For more information see the [official documentation](https://cloud.google.com/tpu/docs/) and [API](https://cloud.google.com/tpu/docs/reference/rest/v1/projects.locations.tensorflowVersions).
134
144
 
135
145
  ## Example Usage
@@ -38,7 +38,9 @@ class AiIndexArgs:
38
38
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
39
39
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
40
40
  Please refer to the field `effective_labels` for all of the labels present on the resource.
41
- :param pulumi.Input['AiIndexMetadataArgs'] metadata: An additional information about the Index
41
+ :param pulumi.Input['AiIndexMetadataArgs'] metadata: Additional information about the Index.
42
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
43
+ Attempts to create an Index without this field will result in an API error.
42
44
  Structure is documented below.
43
45
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the provider project is used.
@@ -114,7 +116,9 @@ class AiIndexArgs:
114
116
  @pulumi.getter
115
117
  def metadata(self) -> Optional[pulumi.Input['AiIndexMetadataArgs']]:
116
118
  """
117
- An additional information about the Index
119
+ Additional information about the Index.
120
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
121
+ Attempts to create an Index without this field will result in an API error.
118
122
  Structure is documented below.
119
123
  """
120
124
  return pulumi.get(self, "metadata")
@@ -185,7 +189,9 @@ class _AiIndexState:
185
189
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
186
190
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
187
191
  Please refer to the field `effective_labels` for all of the labels present on the resource.
188
- :param pulumi.Input['AiIndexMetadataArgs'] metadata: An additional information about the Index
192
+ :param pulumi.Input['AiIndexMetadataArgs'] metadata: Additional information about the Index.
193
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
194
+ Attempts to create an Index without this field will result in an API error.
189
195
  Structure is documented below.
190
196
  :param pulumi.Input[_builtins.str] metadata_schema_uri: Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information.
191
197
  :param pulumi.Input[_builtins.str] name: The resource name of the Index.
@@ -347,7 +353,9 @@ class _AiIndexState:
347
353
  @pulumi.getter
348
354
  def metadata(self) -> Optional[pulumi.Input['AiIndexMetadataArgs']]:
349
355
  """
350
- An additional information about the Index
356
+ Additional information about the Index.
357
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
358
+ Attempts to create an Index without this field will result in an API error.
351
359
  Structure is documented below.
352
360
  """
353
361
  return pulumi.get(self, "metadata")
@@ -576,7 +584,9 @@ class AiIndex(pulumi.CustomResource):
576
584
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
577
585
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
578
586
  Please refer to the field `effective_labels` for all of the labels present on the resource.
579
- :param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata: An additional information about the Index
587
+ :param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata: Additional information about the Index.
588
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
589
+ Attempts to create an Index without this field will result in an API error.
580
590
  Structure is documented below.
581
591
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
582
592
  If it is not provided, the provider project is used.
@@ -808,7 +818,9 @@ class AiIndex(pulumi.CustomResource):
808
818
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: The labels with user-defined metadata to organize your Indexes.
809
819
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
810
820
  Please refer to the field `effective_labels` for all of the labels present on the resource.
811
- :param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata: An additional information about the Index
821
+ :param pulumi.Input[Union['AiIndexMetadataArgs', 'AiIndexMetadataArgsDict']] metadata: Additional information about the Index.
822
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
823
+ Attempts to create an Index without this field will result in an API error.
812
824
  Structure is documented below.
813
825
  :param pulumi.Input[_builtins.str] metadata_schema_uri: Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information.
814
826
  :param pulumi.Input[_builtins.str] name: The resource name of the Index.
@@ -923,7 +935,9 @@ class AiIndex(pulumi.CustomResource):
923
935
  @pulumi.getter
924
936
  def metadata(self) -> pulumi.Output[Optional['outputs.AiIndexMetadata']]:
925
937
  """
926
- An additional information about the Index
938
+ Additional information about the Index.
939
+ Although this field is not marked as required in the API specification, it is currently required when creating an Index and must be provided.
940
+ Attempts to create an Index without this field will result in an API error.
927
941
  Structure is documented below.
928
942
  """
929
943
  return pulumi.get(self, "metadata")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gcp
3
- Version: 8.41.0a1755723613
3
+ Version: 8.41.1
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io