diff --git a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go index 98e1614f4929..7ee1c4dc6e79 100644 --- a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go +++ b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go @@ -1058,7 +1058,7 @@ func TestAccSqlDatabaseInstance_withPSCEnabled_withIpV4Enabled(t *testing.T) { Steps: []resource.TestStep{ { Config: testAccSqlDatabaseInstance_withPSCEnabled_withIpV4Enable(instanceName, projectId, orgId, billingAccount), - ExpectError: regexp.MustCompile("PSC connectivity cannot be enabled together with public IP"), + ExpectError: regexp.MustCompile("PSC connectivity cannot be enabled together with only public IP"), }, }, })