Sync feature branch resource identity#14043
Sync feature branch resource identity#14043BBBmau merged 212 commits intoGoogleCloudPlatform:FEATURE-BRANCH-resource-identityfrom
Conversation
Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
…erconnect (GoogleCloudPlatform#13665) Signed-off-by: Abhijeet Jha <abhijeetkjha@google.com>
Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com>
…on a `FREE_INSTANCE` via terraform (GoogleCloudPlatform#13851) Co-authored-by: Sam Levenick <slevenick@google.com>
Co-authored-by: Shrishty Chandra <shrishty@google.com>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
…NCH-resource-identity
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_bigtable_instance" "primary" {
cluster {
node_scaling_factor = # value needed
}
}
Resource: resource "google_compute_future_reservation" "primary" {
auto_created_reservations_delete_time = # value needed
auto_created_reservations_duration {
nanos = # value needed
seconds = # value needed
}
commitment_info {
commitment_name = # value needed
commitment_plan = # value needed
previous_commitment_terms = # value needed
}
deployment_type = # value needed
reservation_mode = # value needed
reservation_name = # value needed
scheduling_type = # value needed
share_settings {
projects = # value needed
}
specific_reservation_required = # value needed
specific_sku_properties {
instance_properties {
guest_accelerators {
accelerator_count = # value needed
accelerator_type = # value needed
}
local_ssds {
disk_size_gb = # value needed
interface = # value needed
}
location_hint = # value needed
maintenance_freeze_duration_hours = # value needed
maintenance_interval = # value needed
min_cpu_platform = # value needed
}
source_instance_template = # value needed
}
status {
amendment_status = # value needed
auto_created_reservations = # value needed
fulfilled_count = # value needed
last_known_good_state {
description = # value needed
existing_matching_usage_info {
count = # value needed
time_stamp = # value needed
}
future_reservation_specs {
share_settings {
project_map {
project = # value needed
project_id = # value needed
}
projects = # value needed
share_type = # value needed
}
specific_sku_properties {
instance_properties {
guest_accelerators {
accelerator_count = # value needed
accelerator_type = # value needed
}
local_ssds {
disk_size_gb = # value needed
interface = # value needed
}
location_hint = # value needed
machine_type = # value needed
maintenance_freeze_duration_hours = # value needed
maintenance_interval = # value needed
min_cpu_platform = # value needed
}
source_instance_template = # value needed
total_count = # value needed
}
time_window {
duration {
nanos = # value needed
seconds = # value needed
}
end_time = # value needed
start_time = # value needed
}
}
lock_time = # value needed
name_prefix = # value needed
procurement_status = # value needed
}
lock_time = # value needed
procurement_status = # value needed
specific_sku_properties {
source_instance_template_id = # value needed
}
}
time_window {
duration {
nanos = # value needed
seconds = # value needed
}
}
}
Resource: resource "google_compute_instance_from_machine_image" "primary" {
attached_disk {
force_attach = # value needed
}
boot_disk {
force_attach = # value needed
}
}
Resource: resource "google_compute_instance_from_template" "primary" {
boot_disk {
auto_delete = # value needed
device_name = # value needed
disk_encryption_key_raw = # value needed
disk_encryption_key_rsa = # value needed
disk_encryption_service_account = # value needed
guest_os_features = # value needed
kms_key_self_link = # value needed
mode = # value needed
}
}
Resource: resource "google_container_cluster" "primary" {
node_config {
flex_start = # value needed
windows_node_config {
osversion = # value needed
}
}
node_pool {
node_config {
windows_node_config {
osversion = # value needed
}
}
}
}
Resource: resource "google_dataplex_glossary_iam_binding" "primary" {
condition {
description = # value needed
expression = # value needed
title = # value needed
}
}
Resource: resource "google_dataplex_glossary_iam_member" "primary" {
condition {
description = # value needed
expression = # value needed
title = # value needed
}
}
Resource: resource "google_dialogflow_cx_flow" "primary" {
knowledge_connector_settings {
trigger_fulfillment {
messages {
mixed_audio {
segments {
audio = # value needed
uri = # value needed
}
}
}
}
}
}
Resource: resource "google_dialogflow_cx_page" "primary" {
knowledge_connector_settings {
target_flow = # value needed
trigger_fulfillment {
messages {
mixed_audio {
segments {
audio = # value needed
uri = # value needed
}
}
}
}
}
}
Resource: resource "google_network_connectivity_spoke" "primary" {
reasons {
code = # value needed
message = # value needed
user_details = # value needed
}
}
Resource: resource "google_storage_transfer_job" "primary" {
transfer_spec {
aws_s3_data_source {
managed_private_network = # value needed
}
}
}
Missing service labelsThe following new resources do not have corresponding service labels:
If you believe this detection to be incorrect please raise the concern with your reviewer. Googlers: This error is safe to ignore once you've completed go/fix-missing-service-labels. Multiple resources addedThis PR adds multiple new resources: Missing doc report (experimental)The following resources have fields missing in documents.
|
Tests analyticsTotal tests: 4962 Click here to see the affected service packages
🔴 Tests were added that are skipped in VCR:
Action takenFound 8 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
🟢 Tests passed during RECORDING mode: 🔴 Tests failed when rerunning REPLAYING mode: Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made. Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer. 🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
5629b75
into
GoogleCloudPlatform:FEATURE-BRANCH-resource-identity
Signed-off-by: Abhijeet Jha <abhijeetkjha@google.com> Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Cezary Sobczak <Cezary.Sobczak@infogain.com> Co-authored-by: Naga Bodepudi <nagabodepudi@google.com> Co-authored-by: shantstepanian <17996546+shantstepanian@users.noreply.github.com> Co-authored-by: Ron Gal <125445217+ron-gal@users.noreply.github.com> Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com> Co-authored-by: Zhenhua Li <zhenhuali@google.com> Co-authored-by: NA2047 <12290725+NA2047@users.noreply.github.com> Co-authored-by: Abhijeet Jha <abhijeetkjha@google.com> Co-authored-by: Riley Karson <rileykarson@google.com> Co-authored-by: shuang2018g <145521966+shuang2018g@users.noreply.github.com> Co-authored-by: sahil-mahajan-google <sahilmahajan@google.com> Co-authored-by: Andy <andyaldodharmawan@gmail.com> Co-authored-by: gurusai-voleti <gvoleti@google.com> Co-authored-by: Chris <chris.ge@live.com> Co-authored-by: wuchris-g <wuchris@google.com> Co-authored-by: karolgorc <karol.gorczyk@infogain.com> Co-authored-by: aston-github <39973638+aston-github@users.noreply.github.com> Co-authored-by: Ryan Oaks <ryanoaks@google.com> Co-authored-by: Adam Oldak <adam@oldak.pl> Co-authored-by: Bradley Buda <bradleybuda@gmail.com> Co-authored-by: Scott Suarez <ScottSuarez@google.com> Co-authored-by: Feng Zhe <zhefeng@google.com> Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Co-authored-by: Betto Cerrillos <32439055+Berro321@users.noreply.github.com> Co-authored-by: kigesui <kigesui@hotmail.com> Co-authored-by: Meng Yang <mengyang@google.com> Co-authored-by: Aman Mahendroo <30946991+amanMahendroo@users.noreply.github.com> Co-authored-by: Sam Levenick <slevenick@google.com> Co-authored-by: Nick Elliot <nickelliot@google.com> Co-authored-by: Cameron Thornton <camthornton@google.com> Co-authored-by: Katrina Mitchell <kat.hoffert@gmail.com> Co-authored-by: Thomas Rodgers <thomasrodgers@google.com> Co-authored-by: paridhishah18 <166548459+paridhishah18@users.noreply.github.com> Co-authored-by: William Yardley <wyardley@users.noreply.github.com> Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> Co-authored-by: Yanwei Guo <yanweiguo@google.com> Co-authored-by: skysarthak <sky_sarthak@yahoo.co.in> Co-authored-by: Sarthak Tandon <sarthaktn@google.com> Co-authored-by: Ramon Vermeulen <ramonvermeulen98@gmail.com> Co-authored-by: bcreddy-gcp <123543489+bcreddy-gcp@users.noreply.github.com> Co-authored-by: govardhanitallam <govardhanit@google.com> Co-authored-by: xuebaoZ <xuebaozhao@google.com> Co-authored-by: Michael Turgeman <michaeltur3@gmail.com> Co-authored-by: jkrish-c <31221535+jkrish-c@users.noreply.github.com> Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com> Co-authored-by: dorianverna <dorianverna@google.com> Co-authored-by: Andras Kerekes <akerekes@users.noreply.github.com> Co-authored-by: Raj Anand <88097156+raazanand@users.noreply.github.com> Co-authored-by: ML <marek@spinney.io> Co-authored-by: Marek Lipert <lipertmj@google.com> Co-authored-by: James Cherry <jamescherry@google.com> Co-authored-by: Hengfeng Li <hengf.li@gmail.com> Co-authored-by: Jeremie Stordeur <jstordeur@google.com> Co-authored-by: abhilashsamgoogle <abhilashsam@google.com> Co-authored-by: ArtoriaRen <davinaw@google.com> Co-authored-by: Nandini Agrawal <agrawalnandini1503@gmail.com> Co-authored-by: Aiden Grossman <agrossman154@yahoo.com> Co-authored-by: Rohan Chawla <73727454+rohanchawla23@users.noreply.github.com> Co-authored-by: ma-g-22 <123424520+ma-g-22@users.noreply.github.com> Co-authored-by: Rajesh Guptha <rajeshguptha@google.com> Co-authored-by: Parker DeWilde <parkerdewilde@gmail.com> Co-authored-by: sachin purohit <sachinpurohit@google.com> Co-authored-by: Rachel Thornton <rachelt4336@gmail.com> Co-authored-by: Alex Morozov <alex@morozov.ca> Co-authored-by: Alex Morozov <alexmorozov@google.com> Co-authored-by: Lingkai Shen <lingkai@google.com> Co-authored-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Co-authored-by: Akshat Jindal <67505646+akshat-jindal-nit@users.noreply.github.com> Co-authored-by: Swamita Gupta <55314843+swamitagupta@users.noreply.github.com> Co-authored-by: Bob "Wombat" Hogg <rwhogg@google.com> Co-authored-by: hao-nan-li <100219545+hao-nan-li@users.noreply.github.com> Co-authored-by: Arpit Gupta <arpitguptaa@google.com> Co-authored-by: ahmed-laiq <laiqahmedcsku@gmail.com> Co-authored-by: stevenyang72 <congruiy@outlook.com> Co-authored-by: Haoting.C <34197666+plus-1s@users.noreply.github.com> Co-authored-by: Daniel Dubnikov <duvni@users.noreply.github.com> Co-authored-by: Pawel Jasinski <pjasinski@google.com> Co-authored-by: Sachin_R <sachin.rungta6120@gmail.com> Co-authored-by: Cezary Sobczak <57288981+Cezarus27@users.noreply.github.com> Co-authored-by: wj-chen <wjchen@google.com> Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com> Co-authored-by: uaditya70 <upadhyayaditya@google.com> Co-authored-by: pujawadare <pujawadare@google.com> Co-authored-by: Sachin_R <rungtasachin@google.com> Co-authored-by: Jaylon McShan <jaylon.mcshan@hashicorp.com> Co-authored-by: tulika-aakriti <aakrititulika@google.com> Co-authored-by: anthonyrtong <anthonytong99@gmail.com> Co-authored-by: Chris Hawk <hawk@google.com> Co-authored-by: Shrishty Chandra <3104562+shrishty@users.noreply.github.com> Co-authored-by: Shrishty Chandra <shrishty@google.com> Co-authored-by: Sharan Teja M <sharantej957@gmail.com>
)" This reverts commit 5629b75.
)" This reverts commit 5629b75.
Signed-off-by: Abhijeet Jha <abhijeetkjha@google.com> Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> Signed-off-by: Cezary Sobczak <Cezary.Sobczak@infogain.com> Co-authored-by: Naga Bodepudi <nagabodepudi@google.com> Co-authored-by: shantstepanian <17996546+shantstepanian@users.noreply.github.com> Co-authored-by: Ron Gal <125445217+ron-gal@users.noreply.github.com> Co-authored-by: Stephen Lewis (Burrows) <stephen.r.burrows@gmail.com> Co-authored-by: Zhenhua Li <zhenhuali@google.com> Co-authored-by: NA2047 <12290725+NA2047@users.noreply.github.com> Co-authored-by: Abhijeet Jha <abhijeetkjha@google.com> Co-authored-by: Riley Karson <rileykarson@google.com> Co-authored-by: shuang2018g <145521966+shuang2018g@users.noreply.github.com> Co-authored-by: sahil-mahajan-google <sahilmahajan@google.com> Co-authored-by: Andy <andyaldodharmawan@gmail.com> Co-authored-by: gurusai-voleti <gvoleti@google.com> Co-authored-by: Chris <chris.ge@live.com> Co-authored-by: wuchris-g <wuchris@google.com> Co-authored-by: karolgorc <karol.gorczyk@infogain.com> Co-authored-by: aston-github <39973638+aston-github@users.noreply.github.com> Co-authored-by: Ryan Oaks <ryanoaks@google.com> Co-authored-by: Adam Oldak <adam@oldak.pl> Co-authored-by: Bradley Buda <bradleybuda@gmail.com> Co-authored-by: Scott Suarez <ScottSuarez@google.com> Co-authored-by: Feng Zhe <zhefeng@google.com> Co-authored-by: Shuya Ma <87669292+shuyama1@users.noreply.github.com> Co-authored-by: Betto Cerrillos <32439055+Berro321@users.noreply.github.com> Co-authored-by: kigesui <kigesui@hotmail.com> Co-authored-by: Meng Yang <mengyang@google.com> Co-authored-by: Aman Mahendroo <30946991+amanMahendroo@users.noreply.github.com> Co-authored-by: Sam Levenick <slevenick@google.com> Co-authored-by: Nick Elliot <nickelliot@google.com> Co-authored-by: Cameron Thornton <camthornton@google.com> Co-authored-by: Katrina Mitchell <kat.hoffert@gmail.com> Co-authored-by: Thomas Rodgers <thomasrodgers@google.com> Co-authored-by: paridhishah18 <166548459+paridhishah18@users.noreply.github.com> Co-authored-by: William Yardley <wyardley@users.noreply.github.com> Co-authored-by: Stephen Lewis (Burrows) <stephenrlewis@google.com> Co-authored-by: Yanwei Guo <yanweiguo@google.com> Co-authored-by: skysarthak <sky_sarthak@yahoo.co.in> Co-authored-by: Sarthak Tandon <sarthaktn@google.com> Co-authored-by: Ramon Vermeulen <ramonvermeulen98@gmail.com> Co-authored-by: bcreddy-gcp <123543489+bcreddy-gcp@users.noreply.github.com> Co-authored-by: govardhanitallam <govardhanit@google.com> Co-authored-by: xuebaoZ <xuebaozhao@google.com> Co-authored-by: Michael Turgeman <michaeltur3@gmail.com> Co-authored-by: jkrish-c <31221535+jkrish-c@users.noreply.github.com> Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com> Co-authored-by: dorianverna <dorianverna@google.com> Co-authored-by: Andras Kerekes <akerekes@users.noreply.github.com> Co-authored-by: Raj Anand <88097156+raazanand@users.noreply.github.com> Co-authored-by: ML <marek@spinney.io> Co-authored-by: Marek Lipert <lipertmj@google.com> Co-authored-by: James Cherry <jamescherry@google.com> Co-authored-by: Hengfeng Li <hengf.li@gmail.com> Co-authored-by: Jeremie Stordeur <jstordeur@google.com> Co-authored-by: abhilashsamgoogle <abhilashsam@google.com> Co-authored-by: ArtoriaRen <davinaw@google.com> Co-authored-by: Nandini Agrawal <agrawalnandini1503@gmail.com> Co-authored-by: Aiden Grossman <agrossman154@yahoo.com> Co-authored-by: Rohan Chawla <73727454+rohanchawla23@users.noreply.github.com> Co-authored-by: ma-g-22 <123424520+ma-g-22@users.noreply.github.com> Co-authored-by: Rajesh Guptha <rajeshguptha@google.com> Co-authored-by: Parker DeWilde <parkerdewilde@gmail.com> Co-authored-by: sachin purohit <sachinpurohit@google.com> Co-authored-by: Rachel Thornton <rachelt4336@gmail.com> Co-authored-by: Alex Morozov <alex@morozov.ca> Co-authored-by: Alex Morozov <alexmorozov@google.com> Co-authored-by: Lingkai Shen <lingkai@google.com> Co-authored-by: Ilia Lazebnik <Ilia.lazebnik@gmail.com> Co-authored-by: Akshat Jindal <67505646+akshat-jindal-nit@users.noreply.github.com> Co-authored-by: Swamita Gupta <55314843+swamitagupta@users.noreply.github.com> Co-authored-by: Bob "Wombat" Hogg <rwhogg@google.com> Co-authored-by: hao-nan-li <100219545+hao-nan-li@users.noreply.github.com> Co-authored-by: Arpit Gupta <arpitguptaa@google.com> Co-authored-by: ahmed-laiq <laiqahmedcsku@gmail.com> Co-authored-by: stevenyang72 <congruiy@outlook.com> Co-authored-by: Haoting.C <34197666+plus-1s@users.noreply.github.com> Co-authored-by: Daniel Dubnikov <duvni@users.noreply.github.com> Co-authored-by: Pawel Jasinski <pjasinski@google.com> Co-authored-by: Sachin_R <sachin.rungta6120@gmail.com> Co-authored-by: Cezary Sobczak <57288981+Cezarus27@users.noreply.github.com> Co-authored-by: wj-chen <wjchen@google.com> Co-authored-by: Kian Jones <11655409+kianjones9@users.noreply.github.com> Co-authored-by: uaditya70 <upadhyayaditya@google.com> Co-authored-by: pujawadare <pujawadare@google.com> Co-authored-by: Sachin_R <rungtasachin@google.com> Co-authored-by: Jaylon McShan <jaylon.mcshan@hashicorp.com> Co-authored-by: tulika-aakriti <aakrititulika@google.com> Co-authored-by: anthonyrtong <anthonytong99@gmail.com> Co-authored-by: Chris Hawk <hawk@google.com> Co-authored-by: Shrishty Chandra <3104562+shrishty@users.noreply.github.com> Co-authored-by: Shrishty Chandra <shrishty@google.com> Co-authored-by: Sharan Teja M <sharantej957@gmail.com>
)" This reverts commit 5629b75.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.