diff --git a/mmv1/third_party/terraform/acctest/bootstrap_iam_test_utils.go b/mmv1/third_party/terraform/acctest/bootstrap_iam_test_utils.go index 7f18083afeab..89ab9369d13f 100644 --- a/mmv1/third_party/terraform/acctest/bootstrap_iam_test_utils.go +++ b/mmv1/third_party/terraform/acctest/bootstrap_iam_test_utils.go @@ -17,6 +17,8 @@ type IamMember struct { Member, Role string } +// Trigger tests + // BootstrapIamMembers ensures that a given set of member/role pairs exist in the default // test project. This should be used to avoid race conditions that can happen on the // default project due to parallel tests managing the same member/role pairings. Members