pulumi-gcp 7.35.0a1722924350__py3-none-any.whl → 7.36.0__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.

Potentially problematic release.


This version of pulumi-gcp might be problematic. Click here for more details.

Files changed (287) hide show
  1. pulumi_gcp/accesscontextmanager/_inputs.py +12 -3
  2. pulumi_gcp/accesscontextmanager/access_policy.py +18 -18
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +40 -0
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +40 -0
  5. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +40 -0
  6. pulumi_gcp/accesscontextmanager/outputs.py +8 -2
  7. pulumi_gcp/apigateway/api_config_iam_binding.py +38 -0
  8. pulumi_gcp/apigateway/api_config_iam_member.py +38 -0
  9. pulumi_gcp/apigateway/api_config_iam_policy.py +38 -0
  10. pulumi_gcp/apigateway/api_iam_binding.py +38 -0
  11. pulumi_gcp/apigateway/api_iam_member.py +38 -0
  12. pulumi_gcp/apigateway/api_iam_policy.py +38 -0
  13. pulumi_gcp/apigateway/gateway_iam_binding.py +38 -0
  14. pulumi_gcp/apigateway/gateway_iam_member.py +38 -0
  15. pulumi_gcp/apigateway/gateway_iam_policy.py +38 -0
  16. pulumi_gcp/apigee/environment_iam_binding.py +40 -0
  17. pulumi_gcp/apigee/environment_iam_member.py +40 -0
  18. pulumi_gcp/apigee/environment_iam_policy.py +40 -0
  19. pulumi_gcp/artifactregistry/repository_iam_binding.py +38 -0
  20. pulumi_gcp/artifactregistry/repository_iam_member.py +38 -0
  21. pulumi_gcp/artifactregistry/repository_iam_policy.py +38 -0
  22. pulumi_gcp/bigquery/connection_iam_binding.py +38 -0
  23. pulumi_gcp/bigquery/connection_iam_member.py +38 -0
  24. pulumi_gcp/bigquery/connection_iam_policy.py +38 -0
  25. pulumi_gcp/bigquery/data_transfer_config.py +52 -0
  26. pulumi_gcp/bigquery/dataset_iam_binding.py +0 -32
  27. pulumi_gcp/bigquery/dataset_iam_member.py +0 -32
  28. pulumi_gcp/bigquery/dataset_iam_policy.py +0 -32
  29. pulumi_gcp/bigquery/iam_binding.py +42 -0
  30. pulumi_gcp/bigquery/iam_member.py +42 -0
  31. pulumi_gcp/bigquery/iam_policy.py +42 -0
  32. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +38 -0
  33. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +38 -0
  34. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +38 -0
  35. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +38 -0
  36. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +38 -0
  37. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +38 -0
  38. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +38 -0
  39. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +38 -0
  40. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +38 -0
  41. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +38 -0
  42. pulumi_gcp/binaryauthorization/attestor_iam_member.py +38 -0
  43. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +38 -0
  44. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +42 -0
  45. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +42 -0
  46. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +42 -0
  47. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +42 -0
  48. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +42 -0
  49. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +42 -0
  50. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +38 -0
  51. pulumi_gcp/cloudbuildv2/connection_iam_member.py +38 -0
  52. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +38 -0
  53. pulumi_gcp/cloudfunctions/function_iam_binding.py +38 -0
  54. pulumi_gcp/cloudfunctions/function_iam_member.py +38 -0
  55. pulumi_gcp/cloudfunctions/function_iam_policy.py +38 -0
  56. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +38 -0
  57. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +38 -0
  58. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +38 -0
  59. pulumi_gcp/cloudrun/iam_binding.py +38 -0
  60. pulumi_gcp/cloudrun/iam_member.py +38 -0
  61. pulumi_gcp/cloudrun/iam_policy.py +38 -0
  62. pulumi_gcp/cloudrunv2/job_iam_binding.py +38 -0
  63. pulumi_gcp/cloudrunv2/job_iam_member.py +38 -0
  64. pulumi_gcp/cloudrunv2/job_iam_policy.py +38 -0
  65. pulumi_gcp/cloudrunv2/service_iam_binding.py +38 -0
  66. pulumi_gcp/cloudrunv2/service_iam_member.py +38 -0
  67. pulumi_gcp/cloudrunv2/service_iam_policy.py +38 -0
  68. pulumi_gcp/cloudtasks/queue_iam_binding.py +38 -0
  69. pulumi_gcp/cloudtasks/queue_iam_member.py +38 -0
  70. pulumi_gcp/cloudtasks/queue_iam_policy.py +38 -0
  71. pulumi_gcp/compute/_inputs.py +24 -24
  72. pulumi_gcp/compute/disk.py +75 -0
  73. pulumi_gcp/compute/disk_iam_binding.py +38 -0
  74. pulumi_gcp/compute/disk_iam_member.py +38 -0
  75. pulumi_gcp/compute/disk_iam_policy.py +38 -0
  76. pulumi_gcp/compute/get_disk.py +11 -1
  77. pulumi_gcp/compute/get_hc_vpn_gateway.py +11 -1
  78. pulumi_gcp/compute/get_instance_template.py +2 -2
  79. pulumi_gcp/compute/get_region_instance_template.py +2 -2
  80. pulumi_gcp/compute/get_snapshot.py +2 -2
  81. pulumi_gcp/compute/ha_vpn_gateway.py +68 -7
  82. pulumi_gcp/compute/image_iam_binding.py +42 -0
  83. pulumi_gcp/compute/image_iam_member.py +42 -0
  84. pulumi_gcp/compute/image_iam_policy.py +42 -0
  85. pulumi_gcp/compute/instance_iam_binding.py +42 -0
  86. pulumi_gcp/compute/instance_iam_member.py +42 -0
  87. pulumi_gcp/compute/instance_iam_policy.py +42 -0
  88. pulumi_gcp/compute/machine_image_iam_binding.py +40 -0
  89. pulumi_gcp/compute/machine_image_iam_member.py +40 -0
  90. pulumi_gcp/compute/machine_image_iam_policy.py +40 -0
  91. pulumi_gcp/compute/outputs.py +24 -24
  92. pulumi_gcp/compute/region_disk_iam_binding.py +38 -0
  93. pulumi_gcp/compute/region_disk_iam_member.py +38 -0
  94. pulumi_gcp/compute/region_disk_iam_policy.py +38 -0
  95. pulumi_gcp/compute/snapshot_iam_binding.py +38 -0
  96. pulumi_gcp/compute/snapshot_iam_member.py +38 -0
  97. pulumi_gcp/compute/snapshot_iam_policy.py +38 -0
  98. pulumi_gcp/compute/subnetwork_iam_binding.py +42 -0
  99. pulumi_gcp/compute/subnetwork_iam_member.py +42 -0
  100. pulumi_gcp/compute/subnetwork_iam_policy.py +42 -0
  101. pulumi_gcp/container/_inputs.py +3 -3
  102. pulumi_gcp/container/outputs.py +2 -2
  103. pulumi_gcp/containeranalysis/note_iam_binding.py +38 -0
  104. pulumi_gcp/containeranalysis/note_iam_member.py +38 -0
  105. pulumi_gcp/containeranalysis/note_iam_policy.py +38 -0
  106. pulumi_gcp/datacatalog/entry_group_iam_binding.py +38 -0
  107. pulumi_gcp/datacatalog/entry_group_iam_member.py +38 -0
  108. pulumi_gcp/datacatalog/entry_group_iam_policy.py +38 -0
  109. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +40 -0
  110. pulumi_gcp/datacatalog/policy_tag_iam_member.py +40 -0
  111. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +40 -0
  112. pulumi_gcp/datacatalog/tag_template_iam_binding.py +38 -0
  113. pulumi_gcp/datacatalog/tag_template_iam_member.py +38 -0
  114. pulumi_gcp/datacatalog/tag_template_iam_policy.py +38 -0
  115. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +38 -0
  116. pulumi_gcp/datacatalog/taxonomy_iam_member.py +38 -0
  117. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +38 -0
  118. pulumi_gcp/dataplex/aspect_type_iam_binding.py +38 -0
  119. pulumi_gcp/dataplex/aspect_type_iam_member.py +38 -0
  120. pulumi_gcp/dataplex/aspect_type_iam_policy.py +38 -0
  121. pulumi_gcp/dataplex/asset_iam_binding.py +38 -0
  122. pulumi_gcp/dataplex/asset_iam_member.py +38 -0
  123. pulumi_gcp/dataplex/asset_iam_policy.py +38 -0
  124. pulumi_gcp/dataplex/datascan_iam_binding.py +38 -0
  125. pulumi_gcp/dataplex/datascan_iam_member.py +38 -0
  126. pulumi_gcp/dataplex/datascan_iam_policy.py +38 -0
  127. pulumi_gcp/dataplex/entry_group_iam_binding.py +38 -0
  128. pulumi_gcp/dataplex/entry_group_iam_member.py +38 -0
  129. pulumi_gcp/dataplex/entry_group_iam_policy.py +38 -0
  130. pulumi_gcp/dataplex/entry_type_iam_binding.py +38 -0
  131. pulumi_gcp/dataplex/entry_type_iam_member.py +38 -0
  132. pulumi_gcp/dataplex/entry_type_iam_policy.py +38 -0
  133. pulumi_gcp/dataplex/lake_iam_binding.py +38 -0
  134. pulumi_gcp/dataplex/lake_iam_member.py +38 -0
  135. pulumi_gcp/dataplex/lake_iam_policy.py +38 -0
  136. pulumi_gcp/dataplex/task_iam_binding.py +38 -0
  137. pulumi_gcp/dataplex/task_iam_member.py +38 -0
  138. pulumi_gcp/dataplex/task_iam_policy.py +38 -0
  139. pulumi_gcp/dataplex/zone_iam_binding.py +38 -0
  140. pulumi_gcp/dataplex/zone_iam_member.py +38 -0
  141. pulumi_gcp/dataplex/zone_iam_policy.py +38 -0
  142. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +38 -0
  143. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +38 -0
  144. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +38 -0
  145. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +38 -0
  146. pulumi_gcp/dataproc/metastore_federation_iam_member.py +38 -0
  147. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +38 -0
  148. pulumi_gcp/dataproc/metastore_service_iam_binding.py +38 -0
  149. pulumi_gcp/dataproc/metastore_service_iam_member.py +38 -0
  150. pulumi_gcp/dataproc/metastore_service_iam_policy.py +38 -0
  151. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +38 -0
  152. pulumi_gcp/dns/dns_managed_zone_iam_member.py +38 -0
  153. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +38 -0
  154. pulumi_gcp/endpoints/service_iam_binding.py +40 -0
  155. pulumi_gcp/endpoints/service_iam_member.py +40 -0
  156. pulumi_gcp/endpoints/service_iam_policy.py +40 -0
  157. pulumi_gcp/firebase/project.py +10 -2
  158. pulumi_gcp/folder/iam_audit_config.py +0 -86
  159. pulumi_gcp/folder/iam_member.py +0 -86
  160. pulumi_gcp/folder/iam_policy.py +0 -86
  161. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +38 -0
  162. pulumi_gcp/gkebackup/backup_plan_iam_member.py +38 -0
  163. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +38 -0
  164. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +38 -0
  165. pulumi_gcp/gkebackup/restore_plan_iam_member.py +38 -0
  166. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +38 -0
  167. pulumi_gcp/gkehub/feature_iam_binding.py +38 -0
  168. pulumi_gcp/gkehub/feature_iam_member.py +38 -0
  169. pulumi_gcp/gkehub/feature_iam_policy.py +38 -0
  170. pulumi_gcp/gkehub/membership_iam_binding.py +38 -0
  171. pulumi_gcp/gkehub/membership_iam_member.py +38 -0
  172. pulumi_gcp/gkehub/membership_iam_policy.py +38 -0
  173. pulumi_gcp/gkehub/scope_iam_binding.py +38 -0
  174. pulumi_gcp/gkehub/scope_iam_member.py +38 -0
  175. pulumi_gcp/gkehub/scope_iam_policy.py +38 -0
  176. pulumi_gcp/healthcare/consent_store_iam_binding.py +40 -0
  177. pulumi_gcp/healthcare/consent_store_iam_member.py +40 -0
  178. pulumi_gcp/healthcare/consent_store_iam_policy.py +40 -0
  179. pulumi_gcp/healthcare/dataset_iam_binding.py +0 -30
  180. pulumi_gcp/healthcare/dataset_iam_member.py +0 -30
  181. pulumi_gcp/healthcare/dataset_iam_policy.py +0 -30
  182. pulumi_gcp/healthcare/dicom_store_iam_binding.py +0 -30
  183. pulumi_gcp/healthcare/dicom_store_iam_member.py +0 -30
  184. pulumi_gcp/healthcare/dicom_store_iam_policy.py +0 -30
  185. pulumi_gcp/healthcare/fhir_store_iam_binding.py +0 -30
  186. pulumi_gcp/healthcare/fhir_store_iam_member.py +0 -30
  187. pulumi_gcp/healthcare/fhir_store_iam_policy.py +0 -30
  188. pulumi_gcp/healthcare/hl7_store_iam_binding.py +0 -30
  189. pulumi_gcp/healthcare/hl7_store_iam_member.py +0 -30
  190. pulumi_gcp/healthcare/hl7_store_iam_policy.py +0 -30
  191. pulumi_gcp/iap/app_engine_service_iam_binding.py +42 -0
  192. pulumi_gcp/iap/app_engine_service_iam_member.py +42 -0
  193. pulumi_gcp/iap/app_engine_service_iam_policy.py +42 -0
  194. pulumi_gcp/iap/app_engine_version_iam_binding.py +42 -0
  195. pulumi_gcp/iap/app_engine_version_iam_member.py +42 -0
  196. pulumi_gcp/iap/app_engine_version_iam_policy.py +42 -0
  197. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +42 -0
  198. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +42 -0
  199. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +42 -0
  200. pulumi_gcp/iap/tunnel_iam_binding.py +42 -0
  201. pulumi_gcp/iap/tunnel_iam_member.py +42 -0
  202. pulumi_gcp/iap/tunnel_iam_policy.py +42 -0
  203. pulumi_gcp/iap/tunnel_instance_iam_binding.py +42 -0
  204. pulumi_gcp/iap/tunnel_instance_iam_member.py +42 -0
  205. pulumi_gcp/iap/tunnel_instance_iam_policy.py +42 -0
  206. pulumi_gcp/iap/web_backend_service_iam_binding.py +42 -0
  207. pulumi_gcp/iap/web_backend_service_iam_member.py +42 -0
  208. pulumi_gcp/iap/web_backend_service_iam_policy.py +42 -0
  209. pulumi_gcp/iap/web_iam_binding.py +42 -0
  210. pulumi_gcp/iap/web_iam_member.py +42 -0
  211. pulumi_gcp/iap/web_iam_policy.py +42 -0
  212. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +42 -0
  213. pulumi_gcp/iap/web_region_backend_service_iam_member.py +42 -0
  214. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +42 -0
  215. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +42 -0
  216. pulumi_gcp/iap/web_type_app_enging_iam_member.py +42 -0
  217. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +42 -0
  218. pulumi_gcp/iap/web_type_compute_iam_binding.py +42 -0
  219. pulumi_gcp/iap/web_type_compute_iam_member.py +42 -0
  220. pulumi_gcp/iap/web_type_compute_iam_policy.py +42 -0
  221. pulumi_gcp/kms/key_handle.py +7 -7
  222. pulumi_gcp/kms/key_ring_iam_binding.py +0 -82
  223. pulumi_gcp/kms/key_ring_iam_member.py +0 -82
  224. pulumi_gcp/kms/key_ring_iam_policy.py +0 -82
  225. pulumi_gcp/migrationcenter/_inputs.py +21 -129
  226. pulumi_gcp/migrationcenter/outputs.py +14 -86
  227. pulumi_gcp/networkconnectivity/hub.py +69 -0
  228. pulumi_gcp/notebooks/instance_iam_binding.py +38 -0
  229. pulumi_gcp/notebooks/instance_iam_member.py +38 -0
  230. pulumi_gcp/notebooks/instance_iam_policy.py +38 -0
  231. pulumi_gcp/notebooks/runtime_iam_binding.py +38 -0
  232. pulumi_gcp/notebooks/runtime_iam_member.py +38 -0
  233. pulumi_gcp/notebooks/runtime_iam_policy.py +38 -0
  234. pulumi_gcp/organizations/iam_member.py +0 -94
  235. pulumi_gcp/organizations/iam_policy.py +0 -94
  236. pulumi_gcp/organizations/project.py +16 -7
  237. pulumi_gcp/pubsub/schema_iam_binding.py +38 -0
  238. pulumi_gcp/pubsub/schema_iam_member.py +38 -0
  239. pulumi_gcp/pubsub/schema_iam_policy.py +38 -0
  240. pulumi_gcp/pubsub/subscription_iam_binding.py +0 -30
  241. pulumi_gcp/pubsub/subscription_iam_member.py +0 -30
  242. pulumi_gcp/pubsub/subscription_iam_policy.py +0 -30
  243. pulumi_gcp/pubsub/topic_iam_binding.py +38 -0
  244. pulumi_gcp/pubsub/topic_iam_member.py +38 -0
  245. pulumi_gcp/pubsub/topic_iam_policy.py +38 -0
  246. pulumi_gcp/pulumi-plugin.json +1 -1
  247. pulumi_gcp/secretmanager/secret_iam_binding.py +42 -0
  248. pulumi_gcp/secretmanager/secret_iam_member.py +42 -0
  249. pulumi_gcp/secretmanager/secret_iam_policy.py +42 -0
  250. pulumi_gcp/securesourcemanager/repository_iam_binding.py +38 -0
  251. pulumi_gcp/securesourcemanager/repository_iam_member.py +38 -0
  252. pulumi_gcp/securesourcemanager/repository_iam_policy.py +38 -0
  253. pulumi_gcp/serviceaccount/get_account.py +6 -6
  254. pulumi_gcp/serviceaccount/key.py +6 -6
  255. pulumi_gcp/servicedirectory/namespace_iam_binding.py +40 -0
  256. pulumi_gcp/servicedirectory/namespace_iam_member.py +40 -0
  257. pulumi_gcp/servicedirectory/namespace_iam_policy.py +40 -0
  258. pulumi_gcp/servicedirectory/service_iam_binding.py +40 -0
  259. pulumi_gcp/servicedirectory/service_iam_member.py +40 -0
  260. pulumi_gcp/servicedirectory/service_iam_policy.py +40 -0
  261. pulumi_gcp/sourcerepo/repository_iam_binding.py +38 -0
  262. pulumi_gcp/sourcerepo/repository_iam_member.py +38 -0
  263. pulumi_gcp/sourcerepo/repository_iam_policy.py +38 -0
  264. pulumi_gcp/spanner/database_iam_binding.py +0 -74
  265. pulumi_gcp/spanner/database_iam_member.py +0 -74
  266. pulumi_gcp/spanner/database_iam_policy.py +0 -74
  267. pulumi_gcp/spanner/instance_iam_binding.py +0 -30
  268. pulumi_gcp/spanner/instance_iam_member.py +0 -30
  269. pulumi_gcp/spanner/instance_iam_policy.py +0 -30
  270. pulumi_gcp/sql/_inputs.py +35 -15
  271. pulumi_gcp/sql/outputs.py +50 -14
  272. pulumi_gcp/storage/bucket_iam_binding.py +42 -0
  273. pulumi_gcp/storage/bucket_iam_member.py +42 -0
  274. pulumi_gcp/storage/bucket_iam_policy.py +42 -0
  275. pulumi_gcp/storage/managed_folder_iam_binding.py +44 -0
  276. pulumi_gcp/storage/managed_folder_iam_member.py +44 -0
  277. pulumi_gcp/storage/managed_folder_iam_policy.py +44 -0
  278. pulumi_gcp/tags/tag_key_iam_binding.py +40 -0
  279. pulumi_gcp/tags/tag_key_iam_member.py +40 -0
  280. pulumi_gcp/tags/tag_key_iam_policy.py +40 -0
  281. pulumi_gcp/tags/tag_value_iam_binding.py +40 -0
  282. pulumi_gcp/tags/tag_value_iam_member.py +40 -0
  283. pulumi_gcp/tags/tag_value_iam_policy.py +40 -0
  284. {pulumi_gcp-7.35.0a1722924350.dist-info → pulumi_gcp-7.36.0.dist-info}/METADATA +1 -1
  285. {pulumi_gcp-7.35.0a1722924350.dist-info → pulumi_gcp-7.36.0.dist-info}/RECORD +287 -287
  286. {pulumi_gcp-7.35.0a1722924350.dist-info → pulumi_gcp-7.36.0.dist-info}/WHEEL +1 -1
  287. {pulumi_gcp-7.35.0a1722924350.dist-info → pulumi_gcp-7.36.0.dist-info}/top_level.txt +0 -0
@@ -266,7 +266,7 @@ def get_snapshot(filter: Optional[str] = None,
266
266
 
267
267
 
268
268
  :param str filter: A filter to retrieve the compute snapshot.
269
- See [gcloud topic filters](https://cloud.google.com/sdk/gcloud/reference/topic/filters) for reference.
269
+ See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/snapshots/list#body.QUERY_PARAMETERS.filter) for reference.
270
270
  If multiple compute snapshot match, either adjust the filter or specify `most_recent`. One of `name` or `filter` must be provided.
271
271
  If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Example `sourceDisk eq '.*(.*/data-disk$).*'`. More details for golang Snapshots list call filters [here](https://pkg.go.dev/google.golang.org/api/compute/v1#SnapshotsListCall.Filter).
272
272
  :param bool most_recent: If `filter` is provided, ensures the most recent snapshot is returned when multiple compute snapshot match.
@@ -337,7 +337,7 @@ def get_snapshot_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
337
337
 
338
338
 
339
339
  :param str filter: A filter to retrieve the compute snapshot.
340
- See [gcloud topic filters](https://cloud.google.com/sdk/gcloud/reference/topic/filters) for reference.
340
+ See [API filter parameter documentation](https://cloud.google.com/compute/docs/reference/rest/v1/snapshots/list#body.QUERY_PARAMETERS.filter) for reference.
341
341
  If multiple compute snapshot match, either adjust the filter or specify `most_recent`. One of `name` or `filter` must be provided.
342
342
  If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Example `sourceDisk eq '.*(.*/data-disk$).*'`. More details for golang Snapshots list call filters [here](https://pkg.go.dev/google.golang.org/api/compute/v1#SnapshotsListCall.Filter).
343
343
  :param bool most_recent: If `filter` is provided, ensures the most recent snapshot is returned when multiple compute snapshot match.
@@ -23,6 +23,7 @@ class HaVpnGatewayArgs:
23
23
  def __init__(__self__, *,
24
24
  network: pulumi.Input[str],
25
25
  description: Optional[pulumi.Input[str]] = None,
26
+ gateway_ip_version: Optional[pulumi.Input[str]] = None,
26
27
  name: Optional[pulumi.Input[str]] = None,
27
28
  project: Optional[pulumi.Input[str]] = None,
28
29
  region: Optional[pulumi.Input[str]] = None,
@@ -35,6 +36,9 @@ class HaVpnGatewayArgs:
35
36
 
36
37
  - - -
37
38
  :param pulumi.Input[str] description: An optional description of this resource.
39
+ :param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
40
+ Default value is `IPV4`.
41
+ Possible values are: `IPV4`, `IPV6`.
38
42
  :param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
39
43
  created. The name must be 1-63 characters long, and comply with
40
44
  RFC1035. Specifically, the name must be 1-63 characters long and
@@ -48,13 +52,15 @@ class HaVpnGatewayArgs:
48
52
  :param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
49
53
  If not specified, IPV4_ONLY will be used.
50
54
  Default value is `IPV4_ONLY`.
51
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
55
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
52
56
  :param pulumi.Input[Sequence[pulumi.Input['HaVpnGatewayVpnInterfaceArgs']]] vpn_interfaces: A list of interfaces on this VPN gateway.
53
57
  Structure is documented below.
54
58
  """
55
59
  pulumi.set(__self__, "network", network)
56
60
  if description is not None:
57
61
  pulumi.set(__self__, "description", description)
62
+ if gateway_ip_version is not None:
63
+ pulumi.set(__self__, "gateway_ip_version", gateway_ip_version)
58
64
  if name is not None:
59
65
  pulumi.set(__self__, "name", name)
60
66
  if project is not None:
@@ -93,6 +99,20 @@ class HaVpnGatewayArgs:
93
99
  def description(self, value: Optional[pulumi.Input[str]]):
94
100
  pulumi.set(self, "description", value)
95
101
 
102
+ @property
103
+ @pulumi.getter(name="gatewayIpVersion")
104
+ def gateway_ip_version(self) -> Optional[pulumi.Input[str]]:
105
+ """
106
+ The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
107
+ Default value is `IPV4`.
108
+ Possible values are: `IPV4`, `IPV6`.
109
+ """
110
+ return pulumi.get(self, "gateway_ip_version")
111
+
112
+ @gateway_ip_version.setter
113
+ def gateway_ip_version(self, value: Optional[pulumi.Input[str]]):
114
+ pulumi.set(self, "gateway_ip_version", value)
115
+
96
116
  @property
97
117
  @pulumi.getter
98
118
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -143,7 +163,7 @@ class HaVpnGatewayArgs:
143
163
  The stack type for this VPN gateway to identify the IP protocols that are enabled.
144
164
  If not specified, IPV4_ONLY will be used.
145
165
  Default value is `IPV4_ONLY`.
146
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
166
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
147
167
  """
148
168
  return pulumi.get(self, "stack_type")
149
169
 
@@ -169,6 +189,7 @@ class HaVpnGatewayArgs:
169
189
  class _HaVpnGatewayState:
170
190
  def __init__(__self__, *,
171
191
  description: Optional[pulumi.Input[str]] = None,
192
+ gateway_ip_version: Optional[pulumi.Input[str]] = None,
172
193
  name: Optional[pulumi.Input[str]] = None,
173
194
  network: Optional[pulumi.Input[str]] = None,
174
195
  project: Optional[pulumi.Input[str]] = None,
@@ -179,6 +200,9 @@ class _HaVpnGatewayState:
179
200
  """
180
201
  Input properties used for looking up and filtering HaVpnGateway resources.
181
202
  :param pulumi.Input[str] description: An optional description of this resource.
203
+ :param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
204
+ Default value is `IPV4`.
205
+ Possible values are: `IPV4`, `IPV6`.
182
206
  :param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
183
207
  created. The name must be 1-63 characters long, and comply with
184
208
  RFC1035. Specifically, the name must be 1-63 characters long and
@@ -197,12 +221,14 @@ class _HaVpnGatewayState:
197
221
  :param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
198
222
  If not specified, IPV4_ONLY will be used.
199
223
  Default value is `IPV4_ONLY`.
200
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
224
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
201
225
  :param pulumi.Input[Sequence[pulumi.Input['HaVpnGatewayVpnInterfaceArgs']]] vpn_interfaces: A list of interfaces on this VPN gateway.
202
226
  Structure is documented below.
203
227
  """
204
228
  if description is not None:
205
229
  pulumi.set(__self__, "description", description)
230
+ if gateway_ip_version is not None:
231
+ pulumi.set(__self__, "gateway_ip_version", gateway_ip_version)
206
232
  if name is not None:
207
233
  pulumi.set(__self__, "name", name)
208
234
  if network is not None:
@@ -230,6 +256,20 @@ class _HaVpnGatewayState:
230
256
  def description(self, value: Optional[pulumi.Input[str]]):
231
257
  pulumi.set(self, "description", value)
232
258
 
259
+ @property
260
+ @pulumi.getter(name="gatewayIpVersion")
261
+ def gateway_ip_version(self) -> Optional[pulumi.Input[str]]:
262
+ """
263
+ The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
264
+ Default value is `IPV4`.
265
+ Possible values are: `IPV4`, `IPV6`.
266
+ """
267
+ return pulumi.get(self, "gateway_ip_version")
268
+
269
+ @gateway_ip_version.setter
270
+ def gateway_ip_version(self, value: Optional[pulumi.Input[str]]):
271
+ pulumi.set(self, "gateway_ip_version", value)
272
+
233
273
  @property
234
274
  @pulumi.getter
235
275
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -307,7 +347,7 @@ class _HaVpnGatewayState:
307
347
  The stack type for this VPN gateway to identify the IP protocols that are enabled.
308
348
  If not specified, IPV4_ONLY will be used.
309
349
  Default value is `IPV4_ONLY`.
310
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
350
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
311
351
  """
312
352
  return pulumi.get(self, "stack_type")
313
353
 
@@ -335,6 +375,7 @@ class HaVpnGateway(pulumi.CustomResource):
335
375
  resource_name: str,
336
376
  opts: Optional[pulumi.ResourceOptions] = None,
337
377
  description: Optional[pulumi.Input[str]] = None,
378
+ gateway_ip_version: Optional[pulumi.Input[str]] = None,
338
379
  name: Optional[pulumi.Input[str]] = None,
339
380
  network: Optional[pulumi.Input[str]] = None,
340
381
  project: Optional[pulumi.Input[str]] = None,
@@ -477,6 +518,9 @@ class HaVpnGateway(pulumi.CustomResource):
477
518
  :param str resource_name: The name of the resource.
478
519
  :param pulumi.ResourceOptions opts: Options for the resource.
479
520
  :param pulumi.Input[str] description: An optional description of this resource.
521
+ :param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
522
+ Default value is `IPV4`.
523
+ Possible values are: `IPV4`, `IPV6`.
480
524
  :param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
481
525
  created. The name must be 1-63 characters long, and comply with
482
526
  RFC1035. Specifically, the name must be 1-63 characters long and
@@ -494,7 +538,7 @@ class HaVpnGateway(pulumi.CustomResource):
494
538
  :param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
495
539
  If not specified, IPV4_ONLY will be used.
496
540
  Default value is `IPV4_ONLY`.
497
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
541
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
498
542
  :param pulumi.Input[Sequence[pulumi.Input[Union['HaVpnGatewayVpnInterfaceArgs', 'HaVpnGatewayVpnInterfaceArgsDict']]]] vpn_interfaces: A list of interfaces on this VPN gateway.
499
543
  Structure is documented below.
500
544
  """
@@ -652,6 +696,7 @@ class HaVpnGateway(pulumi.CustomResource):
652
696
  resource_name: str,
653
697
  opts: Optional[pulumi.ResourceOptions] = None,
654
698
  description: Optional[pulumi.Input[str]] = None,
699
+ gateway_ip_version: Optional[pulumi.Input[str]] = None,
655
700
  name: Optional[pulumi.Input[str]] = None,
656
701
  network: Optional[pulumi.Input[str]] = None,
657
702
  project: Optional[pulumi.Input[str]] = None,
@@ -668,6 +713,7 @@ class HaVpnGateway(pulumi.CustomResource):
668
713
  __props__ = HaVpnGatewayArgs.__new__(HaVpnGatewayArgs)
669
714
 
670
715
  __props__.__dict__["description"] = description
716
+ __props__.__dict__["gateway_ip_version"] = gateway_ip_version
671
717
  __props__.__dict__["name"] = name
672
718
  if network is None and not opts.urn:
673
719
  raise TypeError("Missing required property 'network'")
@@ -688,6 +734,7 @@ class HaVpnGateway(pulumi.CustomResource):
688
734
  id: pulumi.Input[str],
689
735
  opts: Optional[pulumi.ResourceOptions] = None,
690
736
  description: Optional[pulumi.Input[str]] = None,
737
+ gateway_ip_version: Optional[pulumi.Input[str]] = None,
691
738
  name: Optional[pulumi.Input[str]] = None,
692
739
  network: Optional[pulumi.Input[str]] = None,
693
740
  project: Optional[pulumi.Input[str]] = None,
@@ -703,6 +750,9 @@ class HaVpnGateway(pulumi.CustomResource):
703
750
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
704
751
  :param pulumi.ResourceOptions opts: Options for the resource.
705
752
  :param pulumi.Input[str] description: An optional description of this resource.
753
+ :param pulumi.Input[str] gateway_ip_version: The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
754
+ Default value is `IPV4`.
755
+ Possible values are: `IPV4`, `IPV6`.
706
756
  :param pulumi.Input[str] name: Name of the resource. Provided by the client when the resource is
707
757
  created. The name must be 1-63 characters long, and comply with
708
758
  RFC1035. Specifically, the name must be 1-63 characters long and
@@ -721,7 +771,7 @@ class HaVpnGateway(pulumi.CustomResource):
721
771
  :param pulumi.Input[str] stack_type: The stack type for this VPN gateway to identify the IP protocols that are enabled.
722
772
  If not specified, IPV4_ONLY will be used.
723
773
  Default value is `IPV4_ONLY`.
724
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
774
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
725
775
  :param pulumi.Input[Sequence[pulumi.Input[Union['HaVpnGatewayVpnInterfaceArgs', 'HaVpnGatewayVpnInterfaceArgsDict']]]] vpn_interfaces: A list of interfaces on this VPN gateway.
726
776
  Structure is documented below.
727
777
  """
@@ -730,6 +780,7 @@ class HaVpnGateway(pulumi.CustomResource):
730
780
  __props__ = _HaVpnGatewayState.__new__(_HaVpnGatewayState)
731
781
 
732
782
  __props__.__dict__["description"] = description
783
+ __props__.__dict__["gateway_ip_version"] = gateway_ip_version
733
784
  __props__.__dict__["name"] = name
734
785
  __props__.__dict__["network"] = network
735
786
  __props__.__dict__["project"] = project
@@ -747,6 +798,16 @@ class HaVpnGateway(pulumi.CustomResource):
747
798
  """
748
799
  return pulumi.get(self, "description")
749
800
 
801
+ @property
802
+ @pulumi.getter(name="gatewayIpVersion")
803
+ def gateway_ip_version(self) -> pulumi.Output[Optional[str]]:
804
+ """
805
+ The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
806
+ Default value is `IPV4`.
807
+ Possible values are: `IPV4`, `IPV6`.
808
+ """
809
+ return pulumi.get(self, "gateway_ip_version")
810
+
750
811
  @property
751
812
  @pulumi.getter
752
813
  def name(self) -> pulumi.Output[str]:
@@ -804,7 +865,7 @@ class HaVpnGateway(pulumi.CustomResource):
804
865
  The stack type for this VPN gateway to identify the IP protocols that are enabled.
805
866
  If not specified, IPV4_ONLY will be used.
806
867
  Default value is `IPV4_ONLY`.
807
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
868
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
808
869
  """
809
870
  return pulumi.get(self, "stack_type")
810
871
 
@@ -388,6 +388,27 @@ class ImageIamBinding(pulumi.CustomResource):
388
388
  })
389
389
  ```
390
390
 
391
+ ## This resource supports User Project Overrides.
392
+
393
+ -
394
+
395
+ # IAM policy for Compute Engine Image
396
+ Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
397
+
398
+ * `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
399
+ * `compute.ImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the image are preserved.
400
+ * `compute.ImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the image are preserved.
401
+
402
+ A data source can be used to retrieve policy data in advent you do not need creation
403
+
404
+ * `compute.ImageIamPolicy`: Retrieves the IAM policy for the image
405
+
406
+ > **Note:** `compute.ImageIamPolicy` **cannot** be used in conjunction with `compute.ImageIamBinding` and `compute.ImageIamMember` or they will fight over what your policy should be.
407
+
408
+ > **Note:** `compute.ImageIamBinding` resources **can be** used in conjunction with `compute.ImageIamMember` resources **only if** they do not grant privilege to the same role.
409
+
410
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
411
+
391
412
  ## compute.ImageIamPolicy
392
413
 
393
414
  ```python
@@ -663,6 +684,27 @@ class ImageIamBinding(pulumi.CustomResource):
663
684
  })
664
685
  ```
665
686
 
687
+ ## This resource supports User Project Overrides.
688
+
689
+ -
690
+
691
+ # IAM policy for Compute Engine Image
692
+ Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
693
+
694
+ * `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
695
+ * `compute.ImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the image are preserved.
696
+ * `compute.ImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the image are preserved.
697
+
698
+ A data source can be used to retrieve policy data in advent you do not need creation
699
+
700
+ * `compute.ImageIamPolicy`: Retrieves the IAM policy for the image
701
+
702
+ > **Note:** `compute.ImageIamPolicy` **cannot** be used in conjunction with `compute.ImageIamBinding` and `compute.ImageIamMember` or they will fight over what your policy should be.
703
+
704
+ > **Note:** `compute.ImageIamBinding` resources **can be** used in conjunction with `compute.ImageIamMember` resources **only if** they do not grant privilege to the same role.
705
+
706
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
707
+
666
708
  ## compute.ImageIamPolicy
667
709
 
668
710
  ```python
@@ -388,6 +388,27 @@ class ImageIamMember(pulumi.CustomResource):
388
388
  })
389
389
  ```
390
390
 
391
+ ## This resource supports User Project Overrides.
392
+
393
+ -
394
+
395
+ # IAM policy for Compute Engine Image
396
+ Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
397
+
398
+ * `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
399
+ * `compute.ImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the image are preserved.
400
+ * `compute.ImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the image are preserved.
401
+
402
+ A data source can be used to retrieve policy data in advent you do not need creation
403
+
404
+ * `compute.ImageIamPolicy`: Retrieves the IAM policy for the image
405
+
406
+ > **Note:** `compute.ImageIamPolicy` **cannot** be used in conjunction with `compute.ImageIamBinding` and `compute.ImageIamMember` or they will fight over what your policy should be.
407
+
408
+ > **Note:** `compute.ImageIamBinding` resources **can be** used in conjunction with `compute.ImageIamMember` resources **only if** they do not grant privilege to the same role.
409
+
410
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
411
+
391
412
  ## compute.ImageIamPolicy
392
413
 
393
414
  ```python
@@ -663,6 +684,27 @@ class ImageIamMember(pulumi.CustomResource):
663
684
  })
664
685
  ```
665
686
 
687
+ ## This resource supports User Project Overrides.
688
+
689
+ -
690
+
691
+ # IAM policy for Compute Engine Image
692
+ Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
693
+
694
+ * `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
695
+ * `compute.ImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the image are preserved.
696
+ * `compute.ImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the image are preserved.
697
+
698
+ A data source can be used to retrieve policy data in advent you do not need creation
699
+
700
+ * `compute.ImageIamPolicy`: Retrieves the IAM policy for the image
701
+
702
+ > **Note:** `compute.ImageIamPolicy` **cannot** be used in conjunction with `compute.ImageIamBinding` and `compute.ImageIamMember` or they will fight over what your policy should be.
703
+
704
+ > **Note:** `compute.ImageIamBinding` resources **can be** used in conjunction with `compute.ImageIamMember` resources **only if** they do not grant privilege to the same role.
705
+
706
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
707
+
666
708
  ## compute.ImageIamPolicy
667
709
 
668
710
  ```python
@@ -273,6 +273,27 @@ class ImageIamPolicy(pulumi.CustomResource):
273
273
  })
274
274
  ```
275
275
 
276
+ ## This resource supports User Project Overrides.
277
+
278
+ -
279
+
280
+ # IAM policy for Compute Engine Image
281
+ Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
282
+
283
+ * `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
284
+ * `compute.ImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the image are preserved.
285
+ * `compute.ImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the image are preserved.
286
+
287
+ A data source can be used to retrieve policy data in advent you do not need creation
288
+
289
+ * `compute.ImageIamPolicy`: Retrieves the IAM policy for the image
290
+
291
+ > **Note:** `compute.ImageIamPolicy` **cannot** be used in conjunction with `compute.ImageIamBinding` and `compute.ImageIamMember` or they will fight over what your policy should be.
292
+
293
+ > **Note:** `compute.ImageIamBinding` resources **can be** used in conjunction with `compute.ImageIamMember` resources **only if** they do not grant privilege to the same role.
294
+
295
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
296
+
276
297
  ## compute.ImageIamPolicy
277
298
 
278
299
  ```python
@@ -534,6 +555,27 @@ class ImageIamPolicy(pulumi.CustomResource):
534
555
  })
535
556
  ```
536
557
 
558
+ ## This resource supports User Project Overrides.
559
+
560
+ -
561
+
562
+ # IAM policy for Compute Engine Image
563
+ Three different resources help you manage your IAM policy for Compute Engine Image. Each of these resources serves a different use case:
564
+
565
+ * `compute.ImageIamPolicy`: Authoritative. Sets the IAM policy for the image and replaces any existing policy already attached.
566
+ * `compute.ImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the image are preserved.
567
+ * `compute.ImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the image are preserved.
568
+
569
+ A data source can be used to retrieve policy data in advent you do not need creation
570
+
571
+ * `compute.ImageIamPolicy`: Retrieves the IAM policy for the image
572
+
573
+ > **Note:** `compute.ImageIamPolicy` **cannot** be used in conjunction with `compute.ImageIamBinding` and `compute.ImageIamMember` or they will fight over what your policy should be.
574
+
575
+ > **Note:** `compute.ImageIamBinding` resources **can be** used in conjunction with `compute.ImageIamMember` resources **only if** they do not grant privilege to the same role.
576
+
577
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
578
+
537
579
  ## compute.ImageIamPolicy
538
580
 
539
581
  ```python
@@ -435,6 +435,27 @@ class InstanceIAMBinding(pulumi.CustomResource):
435
435
  })
436
436
  ```
437
437
 
438
+ ## This resource supports User Project Overrides.
439
+
440
+ -
441
+
442
+ # IAM policy for Compute Engine Instance
443
+ Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
444
+
445
+ * `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
446
+ * `compute.InstanceIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the instance are preserved.
447
+ * `compute.InstanceIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the instance are preserved.
448
+
449
+ A data source can be used to retrieve policy data in advent you do not need creation
450
+
451
+ * `compute.InstanceIAMPolicy`: Retrieves the IAM policy for the instance
452
+
453
+ > **Note:** `compute.InstanceIAMPolicy` **cannot** be used in conjunction with `compute.InstanceIAMBinding` and `compute.InstanceIAMMember` or they will fight over what your policy should be.
454
+
455
+ > **Note:** `compute.InstanceIAMBinding` resources **can be** used in conjunction with `compute.InstanceIAMMember` resources **only if** they do not grant privilege to the same role.
456
+
457
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
458
+
438
459
  ## compute.InstanceIAMPolicy
439
460
 
440
461
  ```python
@@ -727,6 +748,27 @@ class InstanceIAMBinding(pulumi.CustomResource):
727
748
  })
728
749
  ```
729
750
 
751
+ ## This resource supports User Project Overrides.
752
+
753
+ -
754
+
755
+ # IAM policy for Compute Engine Instance
756
+ Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
757
+
758
+ * `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
759
+ * `compute.InstanceIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the instance are preserved.
760
+ * `compute.InstanceIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the instance are preserved.
761
+
762
+ A data source can be used to retrieve policy data in advent you do not need creation
763
+
764
+ * `compute.InstanceIAMPolicy`: Retrieves the IAM policy for the instance
765
+
766
+ > **Note:** `compute.InstanceIAMPolicy` **cannot** be used in conjunction with `compute.InstanceIAMBinding` and `compute.InstanceIAMMember` or they will fight over what your policy should be.
767
+
768
+ > **Note:** `compute.InstanceIAMBinding` resources **can be** used in conjunction with `compute.InstanceIAMMember` resources **only if** they do not grant privilege to the same role.
769
+
770
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
771
+
730
772
  ## compute.InstanceIAMPolicy
731
773
 
732
774
  ```python
@@ -435,6 +435,27 @@ class InstanceIAMMember(pulumi.CustomResource):
435
435
  })
436
436
  ```
437
437
 
438
+ ## This resource supports User Project Overrides.
439
+
440
+ -
441
+
442
+ # IAM policy for Compute Engine Instance
443
+ Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
444
+
445
+ * `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
446
+ * `compute.InstanceIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the instance are preserved.
447
+ * `compute.InstanceIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the instance are preserved.
448
+
449
+ A data source can be used to retrieve policy data in advent you do not need creation
450
+
451
+ * `compute.InstanceIAMPolicy`: Retrieves the IAM policy for the instance
452
+
453
+ > **Note:** `compute.InstanceIAMPolicy` **cannot** be used in conjunction with `compute.InstanceIAMBinding` and `compute.InstanceIAMMember` or they will fight over what your policy should be.
454
+
455
+ > **Note:** `compute.InstanceIAMBinding` resources **can be** used in conjunction with `compute.InstanceIAMMember` resources **only if** they do not grant privilege to the same role.
456
+
457
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
458
+
438
459
  ## compute.InstanceIAMPolicy
439
460
 
440
461
  ```python
@@ -727,6 +748,27 @@ class InstanceIAMMember(pulumi.CustomResource):
727
748
  })
728
749
  ```
729
750
 
751
+ ## This resource supports User Project Overrides.
752
+
753
+ -
754
+
755
+ # IAM policy for Compute Engine Instance
756
+ Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
757
+
758
+ * `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
759
+ * `compute.InstanceIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the instance are preserved.
760
+ * `compute.InstanceIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the instance are preserved.
761
+
762
+ A data source can be used to retrieve policy data in advent you do not need creation
763
+
764
+ * `compute.InstanceIAMPolicy`: Retrieves the IAM policy for the instance
765
+
766
+ > **Note:** `compute.InstanceIAMPolicy` **cannot** be used in conjunction with `compute.InstanceIAMBinding` and `compute.InstanceIAMMember` or they will fight over what your policy should be.
767
+
768
+ > **Note:** `compute.InstanceIAMBinding` resources **can be** used in conjunction with `compute.InstanceIAMMember` resources **only if** they do not grant privilege to the same role.
769
+
770
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
771
+
730
772
  ## compute.InstanceIAMPolicy
731
773
 
732
774
  ```python
@@ -320,6 +320,27 @@ class InstanceIAMPolicy(pulumi.CustomResource):
320
320
  })
321
321
  ```
322
322
 
323
+ ## This resource supports User Project Overrides.
324
+
325
+ -
326
+
327
+ # IAM policy for Compute Engine Instance
328
+ Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
329
+
330
+ * `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
331
+ * `compute.InstanceIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the instance are preserved.
332
+ * `compute.InstanceIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the instance are preserved.
333
+
334
+ A data source can be used to retrieve policy data in advent you do not need creation
335
+
336
+ * `compute.InstanceIAMPolicy`: Retrieves the IAM policy for the instance
337
+
338
+ > **Note:** `compute.InstanceIAMPolicy` **cannot** be used in conjunction with `compute.InstanceIAMBinding` and `compute.InstanceIAMMember` or they will fight over what your policy should be.
339
+
340
+ > **Note:** `compute.InstanceIAMBinding` resources **can be** used in conjunction with `compute.InstanceIAMMember` resources **only if** they do not grant privilege to the same role.
341
+
342
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
343
+
323
344
  ## compute.InstanceIAMPolicy
324
345
 
325
346
  ```python
@@ -598,6 +619,27 @@ class InstanceIAMPolicy(pulumi.CustomResource):
598
619
  })
599
620
  ```
600
621
 
622
+ ## This resource supports User Project Overrides.
623
+
624
+ -
625
+
626
+ # IAM policy for Compute Engine Instance
627
+ Three different resources help you manage your IAM policy for Compute Engine Instance. Each of these resources serves a different use case:
628
+
629
+ * `compute.InstanceIAMPolicy`: Authoritative. Sets the IAM policy for the instance and replaces any existing policy already attached.
630
+ * `compute.InstanceIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the instance are preserved.
631
+ * `compute.InstanceIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the instance are preserved.
632
+
633
+ A data source can be used to retrieve policy data in advent you do not need creation
634
+
635
+ * `compute.InstanceIAMPolicy`: Retrieves the IAM policy for the instance
636
+
637
+ > **Note:** `compute.InstanceIAMPolicy` **cannot** be used in conjunction with `compute.InstanceIAMBinding` and `compute.InstanceIAMMember` or they will fight over what your policy should be.
638
+
639
+ > **Note:** `compute.InstanceIAMBinding` resources **can be** used in conjunction with `compute.InstanceIAMMember` resources **only if** they do not grant privilege to the same role.
640
+
641
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
642
+
601
643
  ## compute.InstanceIAMPolicy
602
644
 
603
645
  ```python
@@ -387,6 +387,26 @@ class MachineImageIamBinding(pulumi.CustomResource):
387
387
  })
388
388
  ```
389
389
 
390
+ ## This resource supports User Project Overrides.
391
+
392
+ -
393
+
394
+ # IAM policy for Compute Engine MachineImage
395
+ Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
396
+
397
+ * `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
398
+ * `compute.MachineImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the machineimage are preserved.
399
+ * `compute.MachineImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the machineimage are preserved.
400
+
401
+ A data source can be used to retrieve policy data in advent you do not need creation
402
+
403
+ * `compute.MachineImageIamPolicy`: Retrieves the IAM policy for the machineimage
404
+
405
+ > **Note:** `compute.MachineImageIamPolicy` **cannot** be used in conjunction with `compute.MachineImageIamBinding` and `compute.MachineImageIamMember` or they will fight over what your policy should be.
406
+
407
+ > **Note:** `compute.MachineImageIamBinding` resources **can be** used in conjunction with `compute.MachineImageIamMember` resources **only if** they do not grant privilege to the same role.
408
+
409
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
390
410
  ## google\\_compute\\_machine\\_image\\_iam\\_policy
391
411
 
392
412
  ```python
@@ -661,6 +681,26 @@ class MachineImageIamBinding(pulumi.CustomResource):
661
681
  })
662
682
  ```
663
683
 
684
+ ## This resource supports User Project Overrides.
685
+
686
+ -
687
+
688
+ # IAM policy for Compute Engine MachineImage
689
+ Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
690
+
691
+ * `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
692
+ * `compute.MachineImageIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the machineimage are preserved.
693
+ * `compute.MachineImageIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the machineimage are preserved.
694
+
695
+ A data source can be used to retrieve policy data in advent you do not need creation
696
+
697
+ * `compute.MachineImageIamPolicy`: Retrieves the IAM policy for the machineimage
698
+
699
+ > **Note:** `compute.MachineImageIamPolicy` **cannot** be used in conjunction with `compute.MachineImageIamBinding` and `compute.MachineImageIamMember` or they will fight over what your policy should be.
700
+
701
+ > **Note:** `compute.MachineImageIamBinding` resources **can be** used in conjunction with `compute.MachineImageIamMember` resources **only if** they do not grant privilege to the same role.
702
+
703
+ > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
664
704
  ## google\\_compute\\_machine\\_image\\_iam\\_policy
665
705
 
666
706
  ```python